Ajout debug

This commit is contained in:
Rodolphe Quiedeville
2005-03-14 10:48:59 +00:00
parent b54e9d7f48
commit 7561b6192c

View File

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