From 5348f67b28ed1da2539db6de7a11c605a5dc3a57 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 14 Apr 2008 13:26:42 +0000 Subject: - [DEV-142] added transactions to DB actions (beta) (Artem) - [DEV-137] improvements in permission checks (Artem) - [DEV-137] changes in schema (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5619 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 1ca91ef6..8ee50f35 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -38,6 +38,8 @@ include_once "include/page_header.php"; ); check_fields($fields); + + $available_hosts = get_accessible_hosts_by_user($USER_DETAILS,PERM_READ_ONLY); ?>