diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-29 07:47:06 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-29 07:47:06 +0000 |
| commit | 07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7 (patch) | |
| tree | 201eb5aae1e27059168c8e16fc2c8a296e1d88ac /frontends/php/include/classes | |
| parent | 802fd948e5904e44210436c73d6ea5cc096db00a (diff) | |
| download | zabbix-07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7.tar.gz zabbix-07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7.tar.xz zabbix-07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7.zip | |
- fix misprint (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2718 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
| -rw-r--r-- | frontends/php/include/classes/graph.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<br>",$sql,"<br>"; |
