Return to lonstudentsubmissions.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
version 1.5, 2004/03/01 16:39:19 | version 1.7, 2004/03/07 20:41:28 |
---|---|
Line 344 sub CreateInterface { | Line 344 sub CreateInterface { |
$Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); | $Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); |
$Str .= '</td>'; | $Str .= '</td>'; |
# | # |
$Str .= '<td></td>'; | |
# | |
my $only_seq_with_assessments = sub { | my $only_seq_with_assessments = sub { |
my $s=shift; | my $s=shift; |
if ($s->{'num_assess'} < 1) { | if ($s->{'num_assess'} < 1) { |