summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-16 15:04:32 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-16 15:04:32 +0000
commitf3967e0cbce7a281609d1c07cffe374b737c1134 (patch)
treecdefff7e4fe9c7e35db78c0e9209934bf82c0b9f /frontends/php/include/forms.inc.php
parentb3f600707257189a14794329cc15bf51bc60ea57 (diff)
downloadzabbix-f3967e0cbce7a281609d1c07cffe374b737c1134.tar.gz
zabbix-f3967e0cbce7a281609d1c07cffe374b737c1134.tar.xz
zabbix-f3967e0cbce7a281609d1c07cffe374b737c1134.zip
- [DEV-137] fixes to DM setup (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5771 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 8ae10f7b..3ee181ca 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1150,7 +1150,6 @@
$lst['node']['deny'] = new CListBox('nodes_deny' ,null ,6);
$nodes = get_accessible_nodes_by_rights($rights, $user_type, PERM_DENY, PERM_RES_DATA_ARRAY);
-
foreach($nodes as $node){
switch($node['permission']){
case PERM_READ_ONLY: $list_name='read_only'; break;