Return to lonproblemanalysis.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
version 1.85, 2004/06/04 21:42:18 | version 1.86, 2004/06/23 20:51:14 |
---|---|
Line 77 sub BuildProblemAnalysisPage { | Line 77 sub BuildProblemAnalysisPage { |
# | # |
my @Students = @Apache::lonstatistics::Students; | my @Students = @Apache::lonstatistics::Students; |
# | # |
if (@Students < 1) { | if (@Students < 1 && exists($ENV{'form.firstrun'})) { |
$r->print('<h2>There are no students in the sections selected</h2>'); | $r->print('<h2>There are no students in the sections selected</h2>'); |
} | } |
# | # |