[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 1 11:00:12 EST 2014
raeburn Wed Jan 1 16:00:12 2014 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Fix typo in rev. 1.219.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.219 loncom/interface/domainprefs.pm:1.220
--- loncom/interface/domainprefs.pm:1.219 Sun Dec 29 03:32:17 2013
+++ loncom/interface/domainprefs.pm Wed Jan 1 16:00:11 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.219 2013/12/29 03:32:17 raeburn Exp $
+# $Id: domainprefs.pm,v 1.220 2014/01/01 16:00:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9319,9 +9319,9 @@
'<input type="checkbox" name="'.$name.'" '.
'value="'.$domcoord[0].'"'.$check.' />'.$user;
if ($user ne $dcname.':'.$dcdom) {
- $table .= ' ('.$dcname.':'.$dcdom.')'.
+ $table .= ' ('.$dcname.':'.$dcdom.')';
}
- '</label></span>';
+ $table .= '</label></span>';
$rows ++;
}
}
More information about the LON-CAPA-cvs
mailing list