--- loncom/interface/statistics/lonproblemanalysis.pm 2004/06/04 21:42:18 1.85 +++ loncom/interface/statistics/lonproblemanalysis.pm 2004/06/23 20:51:14 1.86 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.85 2004/06/04 21:42:18 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.86 2004/06/23 20:51:14 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -77,7 +77,7 @@ sub BuildProblemAnalysisPage { # my @Students = @Apache::lonstatistics::Students; # - if (@Students < 1) { + if (@Students < 1 && exists($ENV{'form.firstrun'})) { $r->print('

There are no students in the sections selected

'); } #