Thread: Abandon system
View Single Post
  #29  
Old 04-04-2010, 09:22 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,479
fadillzzz is an unknown quantity at this point
Default RE: Abandon system

Quote:
Originally Posted by bokkun

then find
INSERT INTO ".$prefix."abandoned VALUES ('$aid', '$type', '$name','$owner', '$currentlevel', '$totalclicks', '$code', '', '$usealternates', '$tradestatus', '$isfrozen', '$date')");
replace with
mysql_query("INSERT INTO ".$prefix."abandoned VALUES ('$aid', '$type', '$name','$owner', '$currentlevel', '$totalclicks', '$code', '', '$usealternates', '$tradestatus', '$isfrozen', '$date','$gender')");
you forgot to put the apostrophe symbol on $gender which is why some user having trouble finding their adoptables in the abandon.php page
(nothing was inserted to the abandoned table)
Reply With Quote