Diff for /loncom/cgi/quotacheck.pl between versions 1.6 and 1.7

version 1.6, 2014/08/05 19:32:19 version 1.7, 2014/08/23 18:54:45
Line 326  sub print_usage { Line 326  sub print_usage {
                 $quotatype = 'textbook';                  $quotatype = 'textbook';
             }              }
             if ($quota eq '') {              if ($quota eq '') {
                 $quota = $domdefs{$crstype.'quota'};                  $quota = $domdefs{$quotatype.'quota'};
             }              }
             $quota =~ s/[^\d\.]+//g;              $quota =~ s/[^\d\.]+//g;
             if ($quota eq '') {              if ($quota eq '') {

Removed from v.1.6  
changed lines
  Added in v.1.7


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