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

raeburn raeburn at source.lon-capa.org
Wed Jan 9 16:30:28 EST 2013


raeburn		Wed Jan  9 21:30:28 2013 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Modification to changes in rev 1.174.
    - Eliminate blank line.
    - Remove commented out line (no longer used).
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.185 loncom/interface/domainprefs.pm:1.186
--- loncom/interface/domainprefs.pm:1.185	Wed Jan  9 21:03:20 2013
+++ loncom/interface/domainprefs.pm	Wed Jan  9 21:30:27 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.185 2013/01/09 21:03:20 raeburn Exp $
+# $Id: domainprefs.pm,v 1.186 2013/01/09 21:30:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1373,9 +1373,7 @@
     $datatable .= '<td class="LC_right_item">'.
                   '<table border="0"><tr>';
 
-
     foreach my $item (@{$bgs}) {
-#        my $link = &color_pick($phase,$role,$item,$choices->{$item},$designs->{'bgs'}{$item});
         $datatable .= '<td align="center">';
 	my $color = $designs->{'bgs'}{$item} ? $designs->{'bgs'}{$item} : $defaults->{'bgs'}{$item};
         if ($designs->{'bgs'}{$item}) {




More information about the LON-CAPA-cvs mailing list