From 07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 29 Mar 2006 07:47:06 +0000 Subject: - fix misprint (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2718 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/graph.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/classes') diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php index 2d52933e..583152f8 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -558,7 +558,7 @@ } else { - sql_push($sql_arr, + array_push($sql_arr, "select itemid,round(900*((clock+$z)%($p))/($p),0) as i,sum(num) as count,avg(value_avg) as avg,min(value_min) as min,max(value_max) as max,max(clock) as clock from trends where itemid in ($str) and clock>=".$this->from_time." and clock<=".$this->to_time." group by itemid,round(900*((clock+$z)%($p))/($p),0)"); } // echo "
",$sql,"
"; -- cgit