diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-20 11:23:38 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-20 11:23:38 +0000 |
| commit | fe50fe1231f837e82829c051553aa1be1f3cac3e (patch) | |
| tree | f32af7b1893fa3e73371dadb103646d7d21b73a3 /frontends/php/items.php | |
| parent | 3f8cf5f0da75fa8312c173e9e2c1e1e843811091 (diff) | |
| download | zabbix-fe50fe1231f837e82829c051553aa1be1f3cac3e.tar.gz zabbix-fe50fe1231f837e82829c051553aa1be1f3cac3e.tar.xz zabbix-fe50fe1231f837e82829c051553aa1be1f3cac3e.zip | |
- [DEV-137] items copy fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5783 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 383f69dd..8b78bed6 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -468,7 +468,9 @@ include_once "include/page_header.php"; foreach($hosts_ids as $host_id){ $result &= copy_item_to_host($item_id, $host_id, true); } + $result = DBend($result); + show_messages($result, S_ITEMS_COPIED, S_CANNOT_COPY_ITEMS); unset($_REQUEST["form_copy_to"]); } else{ |
