From 3f8cf5f0da75fa8312c173e9e2c1e1e843811091 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 20 Jun 2008 08:42:25 +0000 Subject: - [DEV-137] changes in users profile system (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5782 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/graphs.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/graphs.inc.php') diff --git a/frontends/php/include/graphs.inc.php b/frontends/php/include/graphs.inc.php index 0251b177..dae343fd 100644 --- a/frontends/php/include/graphs.inc.php +++ b/frontends/php/include/graphs.inc.php @@ -198,7 +198,7 @@ $perm_res = PERM_RES_STRING_LINE; $available_hosts = get_accessible_hosts_by_user($USER_DETAILS, $perm, null, $nodeid); - + $denied_graphs = array(); $result = array(); @@ -233,7 +233,7 @@ else $result = implode(',',$result); } - + return $result; } -- cgit