Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.59 and 1.160.6.60

version 1.160.6.59, 2015/03/16 13:19:09 version 1.160.6.60, 2015/03/30 20:47:13
Line 892  sub print_config_box { Line 892  sub print_config_box {
             $output .= &print_scantronformat($r,$dom,$confname,$settings,\$rowtotal);              $output .= &print_scantronformat($r,$dom,$confname,$settings,\$rowtotal);
         } elsif ($action eq 'helpsettings') {          } elsif ($action eq 'helpsettings') {
             $output .= &print_helpsettings($dom,$confname,$settings,\$rowtotal);              $output .= &print_helpsettings($dom,$confname,$settings,\$rowtotal);
         } elsif ($action eq 'coursedefaults') {  
             $output .= $item->{'print'}->('bottom',$dom,$settings,\$rowtotal);  
         }          }
     }      }
     $output .= '      $output .= '

Removed from v.1.160.6.59  
changed lines
  Added in v.1.160.6.60


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