Diff for /loncom/interface/statistics/loncorrectproblemplot.pm between versions 1.3 and 1.4

version 1.3, 2004/02/02 21:52:28 version 1.4, 2004/02/02 21:54:13
Line 45  my @SubmitButtons = ( Line 45  my @SubmitButtons = (
                        text => 'Update Student Data' },                         text => 'Update Student Data' },
                      );                       );
   
   #########################################################
   #########################################################
   
   =pod
   
   =item &BuildCorrectProblemsPage
   
   Entry point from lonstatistics to the correct problems plot page.
   
   =cut
   
   #########################################################
   #########################################################
   
 sub BuildCorrectProblemsPage {  sub BuildCorrectProblemsPage {
     my ($r,$c)=@_;      my ($r,$c)=@_;
     #      #

Removed from v.1.3  
changed lines
  Added in v.1.4


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