--- loncom/interface/loncoursequeueadmin.pm 2009/10/04 15:29:58 1.9.2.1 +++ loncom/interface/loncoursequeueadmin.pm 2009/10/04 16:07:11 1.9.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Utilities to administer domain course requests and course self-enroll requests # -# $Id: loncoursequeueadmin.pm,v 1.9.2.1 2009/10/04 15:29:58 raeburn Exp $ +# $Id: loncoursequeueadmin.pm,v 1.9.2.2 2009/10/04 16:07:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -465,9 +465,9 @@ sub update_request_queue { push(@warn_approves,$uname.':'.$udom); } elsif ($udom eq 'gci') { my %changehash = ( - 'reqcrsotherdom.unofficial' => 'gcitest:autolimit='; + 'reqcrsotherdom.unofficial' => 'gcitest:autolimit=', ); - my $reqresult = &Apache::lonnet::put('environment',\%changeHash, + my $reqresult = &Apache::lonnet::put('environment',\%changehash, $udom,$uname); if ($reqresult ne 'ok') { push(@warn_coursereqs,$uname.':'.$udom);