Return to lond CVS log | Up to [LON-CAPA] / loncom |
version 1.44, 2001/03/27 13:35:35 | version 1.45, 2001/03/27 13:37:43 |
---|---|
Line 972 sub make_new_child { | Line 972 sub make_new_child { |
my ($cmd,$query, | my ($cmd,$query, |
$custom,$customshow)=split(/:/,$userinput); | $custom,$customshow)=split(/:/,$userinput); |
$query=~s/\n*$//g; | $query=~s/\n*$//g; |
unless ($custom || $customshow) { | unless ($custom or $customshow) { |
print $client "". | print $client "". |
sqlreply("$hostid{$clientip}\&$query")."\n"; | sqlreply("$hostid{$clientip}\&$query")."\n"; |
} | } |