From 58b9b059facc48920d1ef0bedaa2a69c08fb2ae9 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 14 Feb 2007 11:19:19 +0000 Subject: - fixed mass-update for custom multiplier (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3827 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/php/items.php') 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) { -- cgit