From a2ccf33f41355d719a861833b56e93e5910e06af Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 19:59:07 -1000 Subject: [PATCH] history viewing works but pasing the playerid to gw-record isn't working --- gw-action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-action.php b/gw-action.php index 97ca86d..18ced3f 100644 --- a/gw-action.php +++ b/gw-action.php @@ -3,7 +3,7 @@ $toonid = $_POST['playerid']; $action = $_POST['gwaction']; echo'WHY ARE YOU HERE?'; if ($action == 1){ //insert dropped items data - echo ''; + //echo ''; echo '
'; } else if ($action == 2){ //view history of dropped items echo '';