Return to lonsql CVS log | Up to [LON-CAPA] / loncom |
version 1.12, 2001/03/26 20:01:30 | version 1.15, 2001/03/26 20:31:25 |
---|---|
Line 258 sub make_new_child { | Line 258 sub make_new_child { |
} | } |
$customresult.='&custom='.escape($stuff); | $customresult.='&custom='.escape($stuff); |
} | } |
$result.=$customresult; | # $result.=$customresult; |
} | } |
# reply with result | # reply with result |
&reply("queryreply:$queryid:$result",$conserver); | $result.="ABCABC"; |
&reply("queryreply:$queryid:${result}DEF",$conserver); | |
} | } |