Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.88 and 1.89

version 1.88, 2004/09/28 20:41:58 version 1.89, 2004/09/28 20:45:40
Line 1397  sub CreateInterface { Line 1397  sub CreateInterface {
         }          }
         {          {
             $Str .= '<nobr>'.&mt('Number of Plots:');              $Str .= '<nobr>'.&mt('Number of Plots:');
             $Str .= &Apache::loncommon::help_open_topic  
                                                   ('Analysis_num_plots');  
             $Str .= '<select name="NumPlots">';              $Str .= '<select name="NumPlots">';
             if (! exists($ENV{'form.NumPlots'})               if (! exists($ENV{'form.NumPlots'}) 
                 || $ENV{'form.NumPlots'} < 1                   || $ENV{'form.NumPlots'} < 1 

Removed from v.1.88  
changed lines
  Added in v.1.89


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>