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

raeburn raeburn at source.lon-capa.org
Mon Mar 30 16:47:15 EDT 2015


raeburn		Mon Mar 30 20:47:15 2015 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    Reverse changes in rev. 1.160.6.49 because of availability in 2.11.1 of 
    "Defaults which can be overridden in each course by a CC".
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.59 loncom/interface/domainprefs.pm:1.160.6.60
--- loncom/interface/domainprefs.pm:1.160.6.59	Mon Mar 16 13:19:09 2015
+++ loncom/interface/domainprefs.pm	Mon Mar 30 20:47:13 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.59 2015/03/16 13:19:09 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.60 2015/03/30 20:47:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -892,8 +892,6 @@
             $output .= &print_scantronformat($r,$dom,$confname,$settings,\$rowtotal);
         } elsif ($action eq 'helpsettings') {
             $output .= &print_helpsettings($dom,$confname,$settings,\$rowtotal);
-        } elsif ($action eq 'coursedefaults') {
-            $output .= $item->{'print'}->('bottom',$dom,$settings,\$rowtotal);
         }
     }
     $output .= '




More information about the LON-CAPA-cvs mailing list