Skip to content
Snippets Groups Projects
Commit b5eb9a34 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Suppression debug

parent 7561b619
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,7 @@ class GraphGain extends GraphBrouzouf{
$row = $this->db->fetch_row($i);
if ( $row[0] > 0)
{
print "(".$this->client.":".$this->total_gain.")";
$this->total_gain = ($this->total_gain - $row[0]);
print "(".$this->client.":".$this->total_gain.")";
}
$i++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment