/[dolibarr]/dolibarr/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/commerciaux/commerciaux.po.class.php

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

revision 1.2 by rodolphe, Wed Nov 23 22:56:54 2005 UTC revision 1.3 by rodolphe, Wed Nov 23 22:59:18 2005 UTC
# Line 87  class GraphCommerciauxPO  { Line 87  class GraphCommerciauxPO  {
87    
88          for ($j = 0; $j < 12 ; $j++)          for ($j = 0; $j < 12 ; $j++)
89            {            {
90              $datas[$j] = $xdatas[substr("00".$j,-2)];              $datas[$j] = $xdatas[substr("00".($j+1),-2)];
91            }            }
92    
93          $bplot = new BarPlot($datas);          $bplot = new BarPlot($datas);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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