--- loncom/lonsql 2006/02/10 09:47:36 1.75 +++ loncom/lonsql 2006/02/10 09:51:27 1.76 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.75 2006/02/10 09:47:36 albertel Exp $ +# $Id: lonsql,v 1.76 2006/02/10 09:51:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -547,7 +547,6 @@ sub do_sql_query { # if ($query) { #prepare and execute the query - &logthis($query); my $sth = $dbh->prepare($query); unless ($sth->execute()) { &logthis(''.