summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-09 13:18:49 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-09 13:18:49 +0000
commit8bfb00dbb5a1c423236630cddfeaa5ee74ab9659 (patch)
tree9c81b8e7b15b606e1c1e4bdd2a2d7217c0b8150c /frontends/php/hosts.php
parentb7a1d51fa9fc41d785c4c13ae1da9b6abd165b20 (diff)
- [DEV-149] fix to mass update (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5693 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index af6957c9..59484d54 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -260,7 +260,7 @@ include_once 'include/page_header.php';
$db_host = get_host_by_hostid($hostid);
$db_templates = get_templates_by_hostid($hostid);
- foreach($db_host as $key){
+ foreach($db_host as $key => $value){
if(isset($visible[$key])){
$db_host[$key] = $_REQUEST[$key];
}