/[dolibarr]/dolibarr/htdocs/telephonie/stats/graph/gain.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/graph/gain.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by rodolphe, Tue May 10 13:24:47 2005 UTC revision 1.8 by rodolphe, Thu Oct 20 19:27:35 2005 UTC
# Line 93  class GraphGain extends GraphBrouzouf{ Line 93  class GraphGain extends GraphBrouzouf{
93                            
94              $g[$i] = $row[1];              $g[$i] = $row[1];
95    
96              $labels[$i] = substr($row[0],5,2)."/".substr($row[0],2,2);              $labels[$i] = substr($row[0],5,2);
97                            
98              $this->total_gain += $row[1];              $this->total_gain += $row[1];
99              $this->total_ca += $row[2];              $this->total_ca += $row[2];

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26