Suppression debug

This commit is contained in:
Rodolphe Quiedeville 2005-03-14 10:51:07 +00:00
parent 7561b6192c
commit b5eb9a34e4

View File

@ -127,9 +127,7 @@ class GraphGain extends GraphBrouzouf{
$row = $this->db->fetch_row($i); $row = $this->db->fetch_row($i);
if ( $row[0] > 0) if ( $row[0] > 0)
{ {
print "(".$this->client.":".$this->total_gain.")";
$this->total_gain = ($this->total_gain - $row[0]); $this->total_gain = ($this->total_gain - $row[0]);
print "(".$this->client.":".$this->total_gain.")";
} }
$i++; $i++;
} }