Dave Posted January 31, 2008 Share Posted January 31, 2008 To fix this problem open itemmarket.php and find case "remove": item_remove(); break; replace it with case "remove": item_remove1(); break; then find function item_remove() { and change it to function item_remove1() { Then it should work normally Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.