[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Fri Sep 16 19:42:59 EDT 2016
raeburn Fri Sep 16 23:42:59 2016 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Remove duplicate declaration.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.279 loncom/interface/domainprefs.pm:1.280
--- loncom/interface/domainprefs.pm:1.279 Mon Sep 12 20:20:45 2016
+++ loncom/interface/domainprefs.pm Fri Sep 16 23:42:58 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.279 2016/09/12 20:20:45 raeburn Exp $
+# $Id: domainprefs.pm,v 1.280 2016/09/16 23:42:58 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3677,9 +3677,9 @@
$additional .= '</tr></table></div>'."\n";
%defaultchecked = ('postsubmit' => 'on');
@toggles = ('postsubmit');
- my $current = {
- 'postsubmit' => $postsubmitclient,
- };
+ $current = {
+ 'postsubmit' => $postsubmitclient,
+ };
($table,$itemcount) =
&radiobutton_prefs($current,\@toggles,\%defaultchecked,
\%choices,$itemcount,$onclick,$additional,'left');
More information about the LON-CAPA-cvs
mailing list