Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
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 '') { |