--- loncom/lonnet/perl/lonnet.pm 2007/07/26 15:43:35 1.901 +++ loncom/lonnet/perl/lonnet.pm 2007/08/02 20:40:13 1.903 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.901 2007/07/26 15:43:35 albertel Exp $ +# $Id: lonnet.pm,v 1.903 2007/08/02 20:40:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -894,7 +894,7 @@ sub usersearch { &escape($srch->{'srchterm'}),$tryserver); if ($queryid !~/^\Q$host\E\_/) { &logthis('usersearch: invalid queryid: '.$queryid.' for host: '.$host.'in domain '.$dom.' and server: '.$tryserver); - return 'error: '.$queryid; + next; } my $reply = &get_query_reply($queryid); my $maxtries = 1; @@ -2203,7 +2203,6 @@ sub userrolelog { {$trole.':'.$username.':'.$domain.':'.$runame.':'.$rudom.':'.$rsec} = $tend.':'.$tstart; } - &flushcourselogs(); } sub get_course_adv_roles {