diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-19 09:26:54 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-19 09:26:54 +0000 |
| commit | 0bc8c16c6f155d2f7a6df21c68ab4f2e2599f455 (patch) | |
| tree | 0de6f9877697ea034ff9f181c93ab0835440e35e /frontends/php/hosts.php | |
| parent | 7d12970c696788089102facffee449d3f4aa6cf8 (diff) | |
| download | zabbix-0bc8c16c6f155d2f7a6df21c68ab4f2e2599f455.tar.gz zabbix-0bc8c16c6f155d2f7a6df21c68ab4f2e2599f455.tar.xz zabbix-0bc8c16c6f155d2f7a6df21c68ab4f2e2599f455.zip | |
- [DEV-149] fix to hosts mass update (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5710 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index bdd74fa6..ea81bc8a 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -840,7 +840,7 @@ include_once 'include/page_header.php'; $cmbConf->AddItem(1,S_HOST_GROUPS); $cmbConf->AddItem(2,S_TEMPLATE_LINKAGE); $cmbConf->AddItem(4,S_APPLICATIONS); - $cmbConf->AddItem(6,S_MASS_UPDATE); +// $cmbConf->AddItem(6,S_MASS_UPDATE); switch($_REQUEST["config"]){ case 0: |
