/[dolibarr]/dolibarr/htdocs/telephonie/script/graph-statistiques-fournisseurs.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/graph-statistiques-fournisseurs.php

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

revision 1.5 by rodolphe, Tue Oct 18 10:07:40 2005 UTC revision 1.6 by rodolphe, Tue Oct 18 10:29:24 2005 UTC
# Line 117  foreach($graphs as $graph) Line 117  foreach($graphs as $graph)
117        foreach($Tdate as $date)        foreach($Tdate as $date)
118          {          {
119            $datas[$key][$j] = ($value[$date]/60000);            $datas[$key][$j] = ($value[$date]/60000);
           $globals[$j] = ($value[$date]/60000);  
120            $j++;            $j++;
121          }          }
122                
# Line 155  foreach($graphs as $graph) Line 154  foreach($graphs as $graph)
154  /*  /*
155   * Sum   * Sum
156   */   */
157    $j = 0;
158    foreach($Tdate as $date)
159    {
160      $globals[$j] = ($Tglobal[$date]/60000);
161      $j++;
162    }
163    
164  $file = $img_root . "communications/duree.png";  $file = $img_root . "communications/duree.png";
165    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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