From 0c2e1ad5a4a99f2ede945a132d3f1f8686c67099 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 2 Nov 2011 14:52:53 +0100 Subject: [PATCH] Removed SERVER REQUEST_METHOD setting --- inventory/manage/items.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 4254ea6e..8c11d45d 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -462,13 +462,11 @@ tabbed_content_start('tabs', array( case 'movement': $_GET['stock_id'] = $stock_id; $_GET['popup'] = 1; - $_SERVER['REQUEST_METHOD'] = 'GET'; include_once($path_to_root."/inventory/inquiry/stock_movements.php"); break; case 'status': $_GET['stock_id'] = $stock_id; $_GET['popup'] = 1; - $_SERVER['REQUEST_METHOD'] = 'GET'; include_once($path_to_root."/inventory/inquiry/stock_status.php"); break; }; -- 2.30.2