summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 11:19:19 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 11:19:19 +0000
commit58b9b059facc48920d1ef0bedaa2a69c08fb2ae9 (patch)
tree586e29dbba0508f6e8dff200b6b536e06743c27b /frontends/php/items.php
parentc86a9791f2b5d097f011d41899009fb0946ce0bc (diff)
downloadzabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.tar.gz
zabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.tar.xz
zabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.zip
- fixed mass-update for custom multiplier (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3827 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index cad896f8..a6575624 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -288,6 +288,9 @@ include_once "include/page_header.php";
$result = false;
+ if(!is_null(get_request("formula",null))) $_REQUEST['multiplier']=1;
+ if(0 == get_request("formula",null)) $_REQUEST['multiplier']=0;
+
$group_itemid = $_REQUEST["group_itemid"];
foreach($group_itemid as $id)
{