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

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

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

revision 1.7 by rodolphe, Thu Nov 10 14:42:25 2005 UTC revision 1.8 by rodolphe, Thu Nov 10 14:50:36 2005 UTC
# Line 127  if ($resql) Line 127  if ($resql)
127    while ($row = $db->fetch_row($resql))    while ($row = $db->fetch_row($resql))
128      {      {
129        /* Gain */        /* Gain */
130                      require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/distributeurs/distributeur.gain.class.php");
131        $dir = $img_root . "distributeurs/".$row[0]."/";        $dir = $img_root . "distributeurs/".$row[0]."/";
132        _cdir($dir);        _cdir($dir);
133        $file = $dir."gain.mensuel.png";        $file = $dir."gain.mensuel.png";

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