Diff for /loncom/interface/domainprefs.pm between versions 1.102.2.3 and 1.102.2.4

version 1.102.2.3, 2009/08/23 17:36:53 version 1.102.2.4, 2009/09/03 21:20:14
Line 1370  sub print_quotas { Line 1370  sub print_quotas {
                     }                      }
                 }                  }
             }              }
             if (!$curroption) {  
                 $curroption = 'norequest';  
             }  
             $datatable .= '<th>'.$titles{$item}.'</th>';              $datatable .= '<th>'.$titles{$item}.'</th>';
             my $checked = '';              my $checked = '';
             if ($curroption eq '') {              if ($curroption eq '') {

Removed from v.1.102.2.3  
changed lines
  Added in v.1.102.2.4


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