[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 17 07:17:00 EDT 2011
raeburn Wed Aug 17 11:17:00 2011 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Remove unwanted white space.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.153 loncom/interface/domainprefs.pm:1.154
--- loncom/interface/domainprefs.pm:1.153 Mon Aug 15 05:16:30 2011
+++ loncom/interface/domainprefs.pm Wed Aug 17 11:16:59 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.153 2011/08/15 05:16:30 raeburn Exp $
+# $Id: domainprefs.pm,v 1.154 2011/08/17 11:16:59 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7862,14 +7862,13 @@
sub usersession_titles {
return &Apache::lonlocal::texthash(
hosted => 'Hosting of sessions for users from other domains on servers in this domain',
-
remote => 'Hosting of sessions for users in this domain on servers in other domains',
spares => 'Servers offloaded to, when busy',
version => 'LON-CAPA version requirement',
excludedomain => 'Allow all, but exclude specific domains',
includedomain => 'Deny all, but include specific domains',
primary => 'Primary (checked first)',
- default => 'Default',
+ default => 'Default',
);
}
More information about the LON-CAPA-cvs
mailing list