--- loncom/cgi/quotacheck.pl 2014/08/05 19:32:19 1.6 +++ loncom/cgi/quotacheck.pl 2014/08/23 18:54:45 1.7 @@ -6,7 +6,7 @@ $|=1; # requested domain, or current server should belong to requested # domain. # -# $Id: quotacheck.pl,v 1.6 2014/08/05 19:32:19 musolffc Exp $ +# $Id: quotacheck.pl,v 1.7 2014/08/23 18:54:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -326,7 +326,7 @@ sub print_usage { $quotatype = 'textbook'; } if ($quota eq '') { - $quota = $domdefs{$crstype.'quota'}; + $quota = $domdefs{$quotatype.'quota'}; } $quota =~ s/[^\d\.]+//g; if ($quota eq '') {