--- loncom/lond 2001/03/27 13:35:35 1.44 +++ loncom/lond 2001/04/02 14:43:17 1.46 @@ -972,7 +972,7 @@ sub make_new_child { my ($cmd,$query, $custom,$customshow)=split(/:/,$userinput); $query=~s/\n*$//g; - unless ($custom || $customshow) { + unless ($custom or $customshow) { print $client "". sqlreply("$hostid{$clientip}\&$query")."\n"; } @@ -990,6 +990,9 @@ sub make_new_child { $reply=~s/\&/\n/g; print $store $reply; close $store; + my $store2=IO::File->new(">$execdir/tmp/$id.end"); + print $store2 "done\n"; + close $store2; print $client "ok\n"; } else {