--- loncom/lonsql 2007/07/25 22:40:00 1.82 +++ loncom/lonsql 2007/07/30 23:52:06 1.83 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.82 2007/07/25 22:40:00 raeburn Exp $ +# $Id: lonsql,v 1.83 2007/07/30 23:52:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -372,7 +372,7 @@ sub make_new_child { $run = $run+1; my $userinput = <$client>; chomp($userinput); - $userinput=~s/\:(\w+)$//; + $userinput=~s/\:($LONCAPA::domain_re)$//; my $searchdomain=$1; # my ($conserver,$query,