[LON-CAPA-cvs] cvs: loncom /interface lonexturlcheck.pm

raeburn raeburn at source.lon-capa.org
Fri Feb 14 22:54:43 EST 2020


raeburn		Sat Feb 15 03:54:43 2020 EDT

  Modified files:              
    /loncom/interface	lonexturlcheck.pm 
  Log:
  - "use LONCAPA::LWPReq" not needed because "use Apache::loncommon" is used.
  
  
Index: loncom/interface/lonexturlcheck.pm
diff -u loncom/interface/lonexturlcheck.pm:1.3 loncom/interface/lonexturlcheck.pm:1.4
--- loncom/interface/lonexturlcheck.pm:1.3	Thu May  2 23:09:38 2019
+++ loncom/interface/lonexturlcheck.pm	Sat Feb 15 03:54:43 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to check if external resource can be shown in iframe
 #
-# $Id: lonexturlcheck.pm,v 1.3 2019/05/02 23:09:38 raeburn Exp $
+# $Id: lonexturlcheck.pm,v 1.4 2020/02/15 03:54:43 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -76,7 +76,6 @@
 use Apache::Constants qw(:common :http);
 use Apache::lonnet;
 use Apache::loncommon;
-use LONCAPA::LWPReq;
 use HTTP::Request;
 
 sub handler {




More information about the LON-CAPA-cvs mailing list