From 2982823734a09e29b2e88f68017538f4aa32e20d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 10 May 2005 13:42:00 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/stats/ProcessGraphClients.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/ProcessGraphClients.class.php b/htdocs/telephonie/stats/ProcessGraphClients.class.php index 7ffd2e471fb..0e9a89bad05 100644 --- a/htdocs/telephonie/stats/ProcessGraphClients.class.php +++ b/htdocs/telephonie/stats/ProcessGraphClients.class.php @@ -131,7 +131,7 @@ class ProcessGraphClients $sql .= ",'".ereg_replace(",",".",$graphgain->total_cout)."'"; $sql .= ",'".ereg_replace(",",".",$marge)."')"; - if (($graphgain->total_ca * $graphgain->total_gain * $graphgain->total_cout) > 0) + if (($graphgain->total_ca * $graphgain->total_gain * $graphgain->total_cout) <> 0) { $this->db->query($sql); }