--- loncom/lonsql 2001/03/27 12:49:18 1.20 +++ loncom/lonsql 2001/03/27 18:34:03 1.22 @@ -212,9 +212,11 @@ sub make_new_child { my $userinput = <$client>; chomp($userinput); - my ($conserver,$querytmp,$customtmp)=split(/&/,$userinput); + my ($conserver,$querytmp, + $customtmp,$customshowtmp)=split(/&/,$userinput); my $query=unescape($querytmp); my $custom=unescape($customtmp); + my $customshow=unescape($customshowtmp); #send query id which is pid_unixdatetime_runningcounter $queryid = $thisserver; @@ -253,7 +255,7 @@ sub make_new_child { @metalist=(); pop @metalist; &find("$perlvar{'lonDocRoot'}/res"); } -# &logthis("FILELIST:" . join(":::",@metalist)); + &logthis("FILELIST:" . join(":::",@metalist)); # if file is indicated in sql database and # not part of sql-relevant query, do not pattern match. # if file is not in sql database, output error.