--- loncom/xml/londefdef.pm 2005/03/16 21:35:17 1.264 +++ loncom/xml/londefdef.pm 2005/03/31 15:54:33 1.265 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.264 2005/03/16 21:35:17 raeburn Exp $ +# $Id: londefdef.pm,v 1.265 2005/03/31 15:54:33 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -156,7 +156,6 @@ sub start_html { if ($target eq 'web' || $target eq 'edit') { $currentstring = &Apache::lonxml::xmlbegin(); } elsif ($target eq 'tex') { - @Apache::londefdef::table = (); $currentstring .= '\documentclass[letterpaper]{article}'; if (($ENV{'form.latex_type'}=~'batchmode') || (!$ENV{'request.role.adv'})) {$currentstring .='\batchmode';}