Ajout debug
This commit is contained in:
parent
b54e9d7f48
commit
7561b6192c
@ -127,7 +127,9 @@ class GraphGain extends GraphBrouzouf{
|
|||||||
$row = $this->db->fetch_row($i);
|
$row = $this->db->fetch_row($i);
|
||||||
if ( $row[0] > 0)
|
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++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user