summaryrefslogtreecommitdiffstats
path: root/frontends/php/overview.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-18 09:52:54 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-18 09:52:54 +0000
commit5ee0e65e708340172b938d324ca316b0204b7dc5 (patch)
tree6356bab6e7f933290cf5b1964d77b1cfe2ccdddf /frontends/php/overview.php
parentb024b6875f0b6c1575cb8317970afb5faa52df65 (diff)
downloadzabbix-5ee0e65e708340172b938d324ca316b0204b7dc5.tar.gz
zabbix-5ee0e65e708340172b938d324ca316b0204b7dc5.tar.xz
zabbix-5ee0e65e708340172b938d324ca316b0204b7dc5.zip
- [ZBX-362] merged rev. 5630:5634 of branches/1.4 (Artem) [added mass template linkage to hosts, mod by sergio.cricca]
git-svn-id: svn://svn.zabbix.com/trunk@5635 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/overview.php')
-rw-r--r--frontends/php/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/overview.php b/frontends/php/overview.php
index 20d86410..10355cc1 100644
--- a/frontends/php/overview.php
+++ b/frontends/php/overview.php
@@ -70,7 +70,7 @@ if(isset($_REQUEST["select"])&&($_REQUEST["select"]!=""))
$cmbGroup->AddItem(0,S_ALL_SMALL);
if($_REQUEST["type"] == SHOW_TRIGGERS){
- $from = ', functions f, triggers t';
+ $from = ', functions f, triggers t ';
$where = ' and i.itemid=f.itemid '.
' and f.triggerid=t.triggerid '.
' and t.status='.TRIGGER_STATUS_ENABLED;