Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.51 and 1.52

version 1.51, 2003/12/12 20:18:36 version 1.52, 2003/12/15 16:23:00
Line 1438  sub CreateInterface { Line 1438  sub CreateInterface {
         }          }
         {          {
             $Str .= '<br /><nobr>'.&mt('Number of Plots:');              $Str .= '<br /><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.51  
changed lines
  Added in v.1.52


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