--- loncom/interface/selfenroll.pm 2008/07/14 08:32:36 1.10 +++ loncom/interface/selfenroll.pm 2008/07/14 10:25:25 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow users to self-enroll in a course # -# $Id: selfenroll.pm,v 1.10 2008/07/14 08:32:36 raeburn Exp $ +# $Id: selfenroll.pm,v 1.11 2008/07/14 10:25:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -179,7 +179,7 @@ sub handler { if ($sso_url eq '') { $sso_url = $login_path; } - my $missing_formitem = &mt('The link to the requested page could not be followed.')."\\n".&mt('The placeholder for the courseID is absent.'); + $missing_formitem = &mt('The link to the requested page could not be followed.')."\\n".&mt('The placeholder for the courseID is absent.'); if ($knownuser) { if (keys(%curr_role)) { $r->print('

'.&mt('Self-enrollment unavailable').'

'.