diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-02 11:44:34 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-02 11:44:34 +0000 |
| commit | 908fda905acd739d8d2376ffb33f7e5a63faf26c (patch) | |
| tree | 55f16bf5ae2a95e9dbbf6266f17be864f2d2db32 /frontends/php/tr_status.php | |
| parent | 82e68eabae069748d6691cab742f5fde436a56cb (diff) | |
- improvements in permissions (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5577 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index 345d9b90..d8895104 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -166,7 +166,7 @@ include_once "include/page_header.php"; $available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_LIST, null, null, get_current_nodeid()); $scripts_by_hosts = get_accessible_scripts_by_hosts(explode(',',$available_hosts)); - + $result=DBselect('SELECT DISTINCT g.groupid,g.name '. ' FROM groups g, hosts_groups hg, hosts h, items i, functions f, triggers t '. ' WHERE h.hostid in ('.$available_hosts.') '. |
