--- loncom/xml/londefdef.pm 2003/06/19 18:45:57 1.141 +++ loncom/xml/londefdef.pm 2003/06/19 19:15:59 1.142 @@ -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 @@ sub end_table { } else { $currentstring .= $Apache::londefdef::table[-1]{'output'}; pop @Apache::londefdef::table; - undef @Apache::londefdef::table; } } return $currentstring;