--- loncom/automation/Autocreate.pl 2010/08/13 16:37:30 1.14 +++ loncom/automation/Autocreate.pl 2010/08/28 19:00:42 1.15 @@ -2,7 +2,7 @@ # # Automated Course Creation script # -# $Id: Autocreate.pl,v 1.14 2010/08/13 16:37:30 raeburn Exp $ +# $Id: Autocreate.pl,v 1.15 2010/08/28 19:00:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -149,7 +149,7 @@ } } if ($settings->{'req'}) { - my $output = &Apache::process_official_reqs('auto',$dom); + my $output = &Apache::loncoursequeueadmin::process_official_reqs('auto',$dom); if ($output) { print $fh $output; }