--- loncom/xml/londefdef.pm 2010/08/16 15:56:08 1.421 +++ loncom/xml/londefdef.pm 2010/09/14 03:48:36 1.423 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.421 2010/08/16 15:56:08 raeburn Exp $ +# $Id: londefdef.pm,v 1.423 2010/09/14 03:48:36 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2193,7 +2193,9 @@ sub end_table { my $table = pop(@Apache::londefdef::table); my $t = $table->generate(); + # &Apache::lonnet::logthis("Generating string"); $currentstring = $t->generate_string(); + # &Apache::lonnet::logthis("Generated: $currentstring"); &enable_para(); #-------------------------------------------------------------- # Old table code: