summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-05-12 11:53:38 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-05-12 11:53:38 +0000
commit8ffad73609ee2547a179e11d11f0258a7bc0f0b1 (patch)
tree537c486fd2860d3f81a6160342277a40b810898f /frontends/php/items.php
parent86d48d9a4012ed8c8864515c273d9d569f769eab (diff)
- zabbix_suckerd housekeeping process to disconnect from
DB when unactive (Alexei) - support for check_service[http] (Alexei) - drop column config.password_required (Alexei) - drop column users.groupid (Alexei) - drop table groups (Alexei) - added parameter DBConnectOnEach for zabbix_trapperd (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@359 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 19f96b38..f380e2cd 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -81,7 +81,7 @@
$col=0;
while($row=DBfetch($result))
{
- if(check_right("Item","H",$row["itemid"]))
+ if(!check_right("Item","R",$row["itemid"]))
{
continue;
}