Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.23 and 1.24

version 1.23, 2003/09/29 21:09:27 version 1.24, 2003/09/29 21:13:23
Line 41  use Apache::lonlocal; Line 41  use Apache::lonlocal;
   
 sub BuildProblemAnalysisPage {  sub BuildProblemAnalysisPage {
     my ($r,$c)=@_;      my ($r,$c)=@_;
     $r->print(&mt('<h2>Option Response Problem Analysis</h2>'));      $r->print('<h2>'.&mt('Option Response Problem Analysis').'</h2>');
     if (exists($ENV{'form.problemchoice'})) {      if (exists($ENV{'form.problemchoice'})) {
         # This is me getting around my own cleverness:          # This is me getting around my own cleverness:
         &Apache::lonstatistics::MapSelect('Maps','multiple,all',5,          &Apache::lonstatistics::MapSelect('Maps','multiple,all',5,

Removed from v.1.23  
changed lines
  Added in v.1.24


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