From: Joe Hunt Date: Wed, 2 Nov 2011 13:52:53 +0000 (+0100) Subject: Removed SERVER REQUEST_METHOD setting X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=24bf8fb525f91133862e070138fb5fa6b4abed28;p=textcart.git Removed SERVER REQUEST_METHOD setting --- diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 4254ea6..8c11d45 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; };