Return to lonsql CVS log | Up to [LON-CAPA] / loncom |
version 1.72, 2006/02/07 22:30:31 | version 1.73, 2006/02/08 17:11:46 |
---|---|
Line 388 sub make_new_child { | Line 388 sub make_new_child { |
$run = $run+1; | $run = $run+1; |
my $userinput = <$client>; | my $userinput = <$client>; |
chomp($userinput); | chomp($userinput); |
$userinput=~s/\:(\w+)$//; | |
my $searchdomain=$1; | |
# | # |
my ($conserver,$query, | my ($conserver,$query, |
$arg1,$arg2,$arg3)=split(/&/,$userinput); | $arg1,$arg2,$arg3)=split(/&/,$userinput); |