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

raeburn raeburn at source.lon-capa.org
Sun May 13 20:04:02 EDT 2012


raeburn		Mon May 14 00:04:02 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Fix typo in 1.160.6.1.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.1 loncom/interface/domainprefs.pm:1.160.6.2
--- loncom/interface/domainprefs.pm:1.160.6.1	Wed May  2 18:27:46 2012
+++ loncom/interface/domainprefs.pm	Mon May 14 00:04:01 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.1 2012/05/02 18:27:46 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.2 2012/05/14 00:04:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -527,6 +527,7 @@
             $output .= &print_usersessions('top',$dom,$settings,\$rowtotal); 
         } elsif ($action eq 'rolecolors') {
             $output .= &print_rolecolors($phase,'student',$dom,$confname,$settings,\$rowtotal);
+        }
         $output .= '
            </table>
           </td>




More information about the LON-CAPA-cvs mailing list