--- loncom/lonsql 2002/06/24 14:22:05 1.49 +++ loncom/lonsql 2002/07/05 15:07:59 1.50 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.49 2002/06/24 14:22:05 www Exp $ +# $Id: lonsql,v 1.50 2002/07/05 15:07:59 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -493,9 +493,9 @@ sub make_new_child { # ------------------------------------------------------------ end of sql query } - # result does need to be escaped - - $result=&escape($result); + # result does not need to be escaped because it has already been + # escaped. + #$result=&escape($result); # reply with result, append \n unless already there