[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 25 Apr 2002 17:37:23 -0000
matthew Thu Apr 25 13:37:23 2002 EDT
Modified files:
/loncom/xml scripttag.pm
Log:
Undo 1d10t commit.
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.71 loncom/xml/scripttag.pm:1.72
--- loncom/xml/scripttag.pm:1.71 Thu Apr 25 13:25:36 2002
+++ loncom/xml/scripttag.pm Thu Apr 25 13:37:23 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# <script> definiton
#
-# $Id: scripttag.pm,v 1.71 2002/04/25 17:25:36 matthew Exp $
+# $Id: scripttag.pm,v 1.72 2002/04/25 17:37:23 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -256,7 +256,6 @@
# FIXME this probably needs to be smart about construction vs.
# non construction space.
my $location=&Apache::lonnet::filelocation($Apache::lonxml::pwd['-1'],$bodytext);
- &Apache::lonnet::logthis("$location,$Apache::lonxml::pwd['-1'],$bodytext");
my $file=&Apache::lonnet::getfile($location);
if ($file == -1) {
&Apache::lonxml::error("<b> Unable to find <i>$bodytext as $location</i> for import</b>");