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

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

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

revision 1.8 by rodolphe, Tue May 10 13:25:05 2005 UTC revision 1.9 by rodolphe, Thu Oct 20 19:19:05 2005 UTC
# Line 46  if ($db->query($sql)) Line 46  if ($db->query($sql))
46    $clientPerChild =  ceil($row[0] / $childrenTotal);    $clientPerChild =  ceil($row[0] / $childrenTotal);
47    $db->free();    $db->free();
48  }  }
49    else
50    {
51      exit("Erreur selection des clients");
52    }
53    
54  while ( $childrenNow < $childrenTotal )  while ( $childrenNow < $childrenTotal )
55  {  {
# Line 55  while ( $childrenNow < $childrenTotal ) Line 59  while ( $childrenNow < $childrenTotal )
59      {      {
60        die( "error\n" );        die( "error\n" );
61      }      }
62    elseif ( $pid == 0 )    elseif ( $pid )
63      {      {
64        $childrenNow++;        $childrenNow++;
65      }      }

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

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