summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart7.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-18 11:13:47 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-18 11:13:47 +0000
commite0b858a23a2e2d626d6cc4940cce064ad8d2c979 (patch)
tree294a9cdddb5ec5cad3aa309a6b715ea439f49c19 /frontends/php/chart7.php
parentd5ab62f761aa744402aac799c894dad15e3fa68a (diff)
downloadzabbix-e0b858a23a2e2d626d6cc4940cce064ad8d2c979.tar.gz
zabbix-e0b858a23a2e2d626d6cc4940cce064ad8d2c979.tar.xz
zabbix-e0b858a23a2e2d626d6cc4940cce064ad8d2c979.zip
- [DEV-137] js fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5835 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart7.php')
-rw-r--r--frontends/php/chart7.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/chart7.php b/frontends/php/chart7.php
index 883b1180..39872d31 100644
--- a/frontends/php/chart7.php
+++ b/frontends/php/chart7.php
@@ -92,8 +92,7 @@ include_once "include/page_header.php";
$graph->SetWidth(get_request("width", 400));
$graph->SetHeight(get_request("height", 300));
- foreach($items as $id => $gitem)
- {
+ foreach($items as $id => $gitem){
// SDI($gitem);
$graph->AddItem(
$gitem["itemid"],