[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Sun Sep 18 15:22:49 EDT 2016


raeburn		Sun Sep 18 19:22:49 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Typo in 1.160.6.70 backport of 1.276
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.70 loncom/interface/domainprefs.pm:1.160.6.71
--- loncom/interface/domainprefs.pm:1.160.6.70	Fri Sep 16 23:53:01 2016
+++ loncom/interface/domainprefs.pm	Sun Sep 18 19:22:48 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.70 2016/09/16 23:53:01 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.71 2016/09/18 19:22:48 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2989,7 +2989,7 @@
         $itemcount ++;
     } else {
         $css_class = $itemcount%2 ? ' class="LC_odd_row"' : '';
-        my ($currdefresponder,%defcredits,%curruploadquota,%deftimeout,%currmysql));
+        my ($currdefresponder,%defcredits,%curruploadquota,%deftimeout,%currmysql);
         my $currusecredits = 0;
         my $postsubmitclient = 1;
         my @types = ('official','unofficial','community','textbook');




More information about the LON-CAPA-cvs mailing list