diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-31 09:44:53 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-31 09:44:53 +0000 |
| commit | f7b95a3f252ac4615e698250ca32de04d187b6ec (patch) | |
| tree | 65bca851d9f1748c936d9575f4e7b715e6bbb129 /frontends/php/items.php | |
| parent | 718d89f5e6eac164f4c4fb87f6333f010e2bf6c3 (diff) | |
| download | zabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.tar.gz zabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.tar.xz zabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.zip | |
added items for webtests & fixed massupdate
git-svn-id: svn://svn.zabbix.com/trunk@3775 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 423e1e54..cad896f8 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -537,7 +537,7 @@ include_once "include/page_header.php"; if(ZBX_DISTRIBUTED && isset($_REQUEST['with_node'])) { $from_tables['n'] = 'nodes n'; - $where_case[] = 'n.nodeid='.('i.itemid'); + $where_case[] = 'n.nodeid='.DBid2nodeid('i.itemid'); $where_case[] = 'n.name like '.zbx_dbstr('%'.$_REQUEST['with_node'].'%'); } if(isset($_REQUEST['with_group'])) |
