summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
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)
{