diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-07 09:42:00 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-07 09:42:00 +0000 |
| commit | dc18c3c54aa5bd3d198b6ab480b6d42c4731df18 (patch) | |
| tree | d307e0e8a516fdc94ad9f910f9d875e814d70358 /frontends/php/include/blocks.inc.php | |
| parent | 3766bb922ed8071a08c4d80c6754b41ad9155e47 (diff) | |
- [DEV-137] fixes to popup screen, charts refresh and few SQL's (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/blocks.inc.php')
| -rw-r--r-- | frontends/php/include/blocks.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/include/blocks.inc.php b/frontends/php/include/blocks.inc.php index c685acc8..bf51d24c 100644 --- a/frontends/php/include/blocks.inc.php +++ b/frontends/php/include/blocks.inc.php @@ -527,11 +527,12 @@ function make_latest_issues(){ ' AND t.triggerid=f.triggerid '. ' AND t.status='.TRIGGER_STATUS_ENABLED. ' AND i.status='.ITEM_STATUS_ACTIVE. - ' AND '.DBin_node('t.triggerid'). +// ' AND '.DBin_node('t.triggerid'). ' AND '.DBcondition('t.triggerid',$available_triggers). ' AND h.status='.HOST_STATUS_MONITORED. ' AND t.value='.TRIGGER_VALUE_TRUE. ' ORDER BY t.lastchange DESC'; + $result = DBselect($sql); while($row=DBfetch($result)){ |
