Return to lonsql CVS log | Up to [LON-CAPA] / loncom |
version 1.14, 2001/03/26 20:28:34 | version 1.15, 2001/03/26 20:31:25 |
---|---|
Line 261 sub make_new_child { | Line 261 sub make_new_child { |
# $result.=$customresult; | # $result.=$customresult; |
} | } |
# reply with result | # reply with result |
$result="ABCABC"; | $result.="ABCABC"; |
&reply("queryreply:$queryid:$result",$conserver); | &reply("queryreply:$queryid:${result}DEF",$conserver); |
} | } |