Dave Posted January 31, 2008 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
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.