[LON-CAPA-cvs] cvs: loncom /interface selfenroll.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 14 Jul 2008 10:25:25 -0000
raeburn Mon Jul 14 06:25:25 2008 EDT
Modified files:
/loncom/interface selfenroll.pm
Log:
- eliminate duplicate declaration.
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.10 loncom/interface/selfenroll.pm:1.11
--- loncom/interface/selfenroll.pm:1.10 Mon Jul 14 04:32:36 2008
+++ loncom/interface/selfenroll.pm Mon Jul 14 06:25:25 2008
@@ -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 @@
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('<h3>'.&mt('Self-enrollment unavailable').'</h3>'.