From: Joe Hunt Date: Wed, 2 Nov 2011 13:52:53 +0000 (+0100) Subject: Removed SERVER REQUEST_METHOD setting X-Git-Tag: 2.3-final~535 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0c2e1ad5a4a99f2ede945a132d3f1f8686c67099;p=fa-stable.git Removed SERVER REQUEST_METHOD setting --- 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; };