Posted: Fri Dec 16, 2005 9:46 am
I think you'Re confusing $user['authorid'] and $serendipity['authorid']! The former one is only available within checkuser function scope and corresponds to the current user of the dropdown that is checked if you can edit it. The latter is your own user id.
Look at where checkUser() is called - $user comes from the fetchUsers() function and is the array of SQL table data.
Best regards,
Garvin
Look at where checkUser() is called - $user comes from the fetchUsers() function and is the array of SQL table data.
Best regards,
Garvin