--- loncom/interface/lonmysql.pm 2003/03/17 18:35:51 1.11 +++ loncom/interface/lonmysql.pm 2003/03/21 16:04:42 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # MySQL utility functions # -# $Id: lonmysql.pm,v 1.11 2003/03/17 18:35:51 matthew Exp $ +# $Id: lonmysql.pm,v 1.12 2003/03/21 16:04:42 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -981,6 +981,7 @@ sub remove_from_table { $errorstring = "ERROR on execution of ".$command."\n".$sth->errstr; return undef; } + $debugstring = $command; my $rows = $sth->rows; return $rows; }