[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Sun, 16 Dec 2007 17:48:19 -0000
raeburn Sun Dec 16 12:48:19 2007 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- typo
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.35 loncom/interface/domainprefs.pm:1.36
--- loncom/interface/domainprefs.pm:1.35 Sun Dec 16 12:45:20 2007
+++ loncom/interface/domainprefs.pm Sun Dec 16 12:48:18 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.35 2007/12/16 17:45:20 raeburn Exp $
+# $Id: domainprefs.pm,v 1.36 2007/12/16 17:48:18 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1393,7 +1393,7 @@
}
} else {
foreach my $item (@contexts) {
- foreach my $type (@authtypes) {
+ foreach my $auth (@authtypes) {
$checked{$item}{$auth} = ' checked="checked" ';
}
}