View Single Post
  #2  
Old 09-11-2011, 05:32 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 653,902
Hall of Famer is on a distinguished road
Default

I see, looks like this is another glitch with the new script after we optimize the codes, sorry about that. To fix the code, open your admin.php file and find this at around line 517:

PHP Code:
<a href='admin.php?set=adopts&do=editlevels&more={$row['type']}&evenmore={$row['thisislevel']}'
Replace with

PHP Code:
<a href='admin.php?set=adopts&do=editlevels&more={$more}&evenmore={$row['thisislevel']}'
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote