--- loncom/interface/selfenroll.pm 2010/01/15 03:37:13 1.24
+++ loncom/interface/selfenroll.pm 2010/01/16 16:13:42 1.25
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.24 2010/01/15 03:37:13 raeburn Exp $
+# $Id: selfenroll.pm,v 1.25 2010/01/16 16:13:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -577,7 +577,7 @@ sub store_selfenroll_request {
$output .= ''.$warning.'
';
}
- $output .= &Apache::loncommon::queued_selfenrollment();
+ $output .= &Apache::loncoursequeueadmin::queued_selfenrollment();
if ($selfenroll_notifylist) {
my $fullname = &Apache::loncommon::plainname($uname,$udom);