summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.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/charts.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/charts.php')
-rw-r--r--frontends/php/charts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index e729deb1..b6bd8b20 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -382,8 +382,7 @@ include_once 'include/page_header.php';
$table->Show();
echo SBR;
- if($_REQUEST['graphid'] > 0)
- {
+ if($_REQUEST['graphid'] > 0){
// NAV BAR
$stime = get_min_itemclock_by_graphid($_REQUEST['graphid']);
$stime = (is_null($stime))?0:$stime;