--- loncom/xml/lontable.pm 2009/01/20 12:01:01 1.8 +++ loncom/xml/lontable.pm 2009/01/26 09:39:19 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Generating TeX tables. # -# $Id: lontable.pm,v 1.8 2009/01/20 12:01:01 foxr Exp $ +# $Id: lontable.pm,v 1.9 2009/01/26 09:39:19 bisitz Exp $ # # # Copyright Michigan State University Board of Trustees @@ -55,7 +55,7 @@ package Apache::lontable; use strict; -use LaTeX::Table; +# use LaTeX::Table; use Apache::lonnet; # for trace logging. my $tracing = 0; # Set to 1 to enable log tracing. 2 for local sub tracing.