Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.39 and 1.40

version 1.39, 2003/10/15 21:30:51 version 1.40, 2003/10/16 13:23:13
Line 37  use Apache::lonstatistics; Line 37  use Apache::lonstatistics;
 use Apache::lonlocal;  use Apache::lonlocal;
 use HTML::Entities();  use HTML::Entities();
   
 my $plotcolors = [qw/  my $plotcolors = ['#33ff00', 
                   #33ff00                     '#0033cc', '#990000', '#aaaa66', '#663399', '#ff9933',
                   #0033cc #990000 #aaaa66 #663399 #ff9933                    '#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66',
                   #66ccff #ff9999 #cccc33 #660000 #33cc66                    ]; 
                   /];   
                #[qw/lgreen dgreen dred/];  
   
 sub BuildProblemAnalysisPage {  sub BuildProblemAnalysisPage {
     my ($r,$c)=@_;      my ($r,$c)=@_;

Removed from v.1.39  
changed lines
  Added in v.1.40


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