Diff for /loncom/interface/loncommon.pm between versions 1.129 and 1.130

version 1.129, 2003/10/15 21:12:24 version 1.130, 2003/10/16 19:59:00
Line 2721  sub DrawGraph { Line 2721  sub DrawGraph {
                             $identifier.'.NumSets' => $NumSets,                              $identifier.'.NumSets' => $NumSets,
                             $identifier.'.Colors'  => join(',',@{$colors}),                              $identifier.'.Colors'  => join(',',@{$colors}),
                             %ValuesHash);                              %ValuesHash);
     return '<IMG src="/cgi-bin/graph.png?'.$identifier.'" border="1" />';      return '<img src="/cgi-bin/graph.png?'.$identifier.'" border="1" />';
 }  }
   
 ############################################################  ############################################################

Removed from v.1.129  
changed lines
  Added in v.1.130


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