Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.1 and 1.160.6.2

version 1.160.6.1, 2012/05/02 18:27:46 version 1.160.6.2, 2012/05/14 00:04:01
Line 527  sub print_config_box { Line 527  sub print_config_box {
             $output .= &print_usersessions('top',$dom,$settings,\$rowtotal);               $output .= &print_usersessions('top',$dom,$settings,\$rowtotal); 
         } elsif ($action eq 'rolecolors') {          } elsif ($action eq 'rolecolors') {
             $output .= &print_rolecolors($phase,'student',$dom,$confname,$settings,\$rowtotal);              $output .= &print_rolecolors($phase,'student',$dom,$confname,$settings,\$rowtotal);
           }
         $output .= '          $output .= '
            </table>             </table>
           </td>            </td>

Removed from v.1.160.6.1  
changed lines
  Added in v.1.160.6.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>