--- loncom/enrollment/Autoenroll.pl 2005/04/07 06:56:21 1.13 +++ loncom/enrollment/Autoenroll.pl 2005/04/12 00:20:01 1.14 @@ -1,7 +1,7 @@ #!/usr/bin/perl # #Automated Enrollment script -# $Id: Autoenroll.pl,v 1.13 2005/04/07 06:56:21 albertel Exp $ +# $Id: Autoenroll.pl,v 1.14 2005/04/12 00:20:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,7 +50,7 @@ if (! &localenroll::run($dom)) { next; } $env{'user.domain'} = $dom; # Determine the courses - my %courses = &Apache::lonnet::courseiddump($dom,'.',1,'.','.',1,\@hostids); + my %courses = &Apache::lonnet::courseiddump($dom,'.',1,'.','.','.',1,\@hostids); my %affiliates = (); my %enrollvar = (); my %reply = ();