--- loncom/enrollment/Autoenroll.pl 2004/06/08 22:09:44 1.9 +++ loncom/enrollment/Autoenroll.pl 2004/06/09 17:01:56 1.10 @@ -1,7 +1,7 @@ #!/usr/bin/perl # #Automated Enrollment script -# $Id: Autoenroll.pl,v 1.9 2004/06/08 22:09:44 raeburn Exp $ +# $Id: Autoenroll.pl,v 1.10 2004/06/09 17:01:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,7 +113,7 @@ } } } - my $outcome = &Apache::lonnet::fetch_enrollment_query($hostid,$dom,\%affiliates,\%reply); + my $outcome = &Apache::lonnet::fetch_enrollment_query('automated',$dom,\%affiliates,\%reply); # Now go through classes and perform required enrollment changes. open (my $fh,">>$logfile");