--- loncom/lonsql 2004/05/11 20:03:05 1.59 +++ loncom/lonsql 2004/05/11 21:08:20 1.60 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.59 2004/05/11 20:03:05 albertel Exp $ +# $Id: lonsql,v 1.60 2004/05/11 21:08:20 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -413,8 +413,6 @@ sub make_new_child { # result does not need to be escaped because it has already been # escaped. #$result=&escape($result); - # reply with result, append \n unless already there - $result.="\n" unless ($result=~/\n$/); &reply("queryreply:$queryid:$result",$conserver); } # tidy up gracefully and finish