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']}'>