[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Mon Sep 9 21:51:32 EDT 2013
raeburn Tue Sep 10 01:51:32 2013 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- $lastactref is a reference. (correction to rev. 1.205).
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.205 loncom/interface/domainprefs.pm:1.206
--- loncom/interface/domainprefs.pm:1.205 Sat Sep 7 00:19:00 2013
+++ loncom/interface/domainprefs.pm Tue Sep 10 01:51:32 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.205 2013/09/07 00:19:00 raeburn Exp $
+# $Id: domainprefs.pm,v 1.206 2013/09/10 01:51:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7609,7 +7609,7 @@
}
$resulttext .= '</ul>';
&Apache::loncommon::devalidate_domconfig_cache($dom);
- $lastactref = 'update';
+ $$lastactref = 'update';
} else {
$resulttext = &mt('No changes made to bubblesheet format file');
}
More information about the LON-CAPA-cvs
mailing list