/[dolibarr]/dolibarr/htdocs/telephonie/stats/distributeurs/resultats.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/distributeurs/resultats.php

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

revision 1.3 by rodolphe, Wed Nov 16 12:29:26 2005 UTC revision 1.4 by rodolphe, Wed Nov 16 12:30:24 2005 UTC
# Line 62  if ($resql) Line 62  if ($resql)
62  {  {
63    while ($row = $db->fetch_row($resql))    while ($row = $db->fetch_row($resql))
64      {      {
       $var=!$var;          
65        print "<tr $bc[$var]><td>".$row[1].'</td>';          print "<tr $bc[$var]><td>".$row[1].'</td>';  
66        print '<td align="right">'.price($row[0]).'</td></tr>';        print '<td align="right">'.price($row[0]).'</td></tr>';
67        $total += $row[0];        $total += $row[0];
68          $var=!$var;
69      }      }
70    $db->free();    $db->free();
71  }  }

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

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