View Single Post
  #2  
Old 05-11-2011, 02:27 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,626
fadillzzz is an unknown quantity at this point
Default

1.) Requires modification
2.) Delete the row from the database. It's in the prefix_links table
3.) Definitely needs a mod, not sure how hard it is
4.) Open your myadopts.php
find
PHP Code:
$query "UPDATE {$prefix}owned_adoptables SET owner='SYSTEM' WHERE aid='{$id}'"
change it to
PHP Code:
$query "DELETE FROM {$prefix}owned_adoptables WHERE aid='{$id}'"
Reply With Quote