[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Thu, 19 Jun 2003 19:15:59 -0000
sakharuk Thu Jun 19 15:15:59 2003 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
Removed undefined table array.
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.141 loncom/xml/londefdef.pm:1.142
--- loncom/xml/londefdef.pm:1.141 Thu Jun 19 14:45:57 2003
+++ loncom/xml/londefdef.pm Thu Jun 19 15:15:59 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.141 2003/06/19 18:45:57 sakharuk Exp $
+# $Id: londefdef.pm,v 1.142 2003/06/19 19:15:59 sakharuk Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -1825,7 +1825,6 @@
} else {
$currentstring .= $Apache::londefdef::table[-1]{'output'};
pop @Apache::londefdef::table;
- undef @Apache::londefdef::table;
}
}
return $currentstring;