View Single Post
Old August 3rd, 2005, 11:24 AM   #5 (permalink)
bplinson
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
Quote:
Originally Posted by omegatron
Well if you had a line number it surely would help as I dont get an error. There has been one error reported and fixed here with admin category editor concerning members gallery edit but you can try this. If you dont have it in the file add the code in bold

if ( $oldparent != $newparent ) {
updateparents($oldparent);
if ( is_numeric($newparent) && !empty($newparent) ) updateparents($newparent);
}

Do I do this in the adm-cats.php file?
bplinson is offline   Reply With Quote