--- loncom/interface/lonmysql.pm 2005/04/11 21:36:50 1.31 +++ loncom/interface/lonmysql.pm 2005/07/11 13:49:47 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # MySQL utility functions # -# $Id: lonmysql.pm,v 1.31 2005/04/11 21:36:50 albertel Exp $ +# $Id: lonmysql.pm,v 1.32 2005/07/11 13:49:47 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -977,6 +977,7 @@ sub bulk_store_rows { $request .= '('.join(',',@$row).'),'; } $request =~ s/,$//; + # $debugstring = "Executed ".$/.$request; # commented out - this is big $dbh->do($request); if ($dbh->err) { $errorstring = 'Attempted '.$/.$request.$/.'Got error '.$dbh->errstr();