Aaah! That's why it is working on my dev box, it does not have
PHP Code:
$hook_query_fields = $hook_query_joins = '';
($hook = vBulletinHook::fetch_hook('memberlist_fetch')) ? eval($hook) : false;
but
PHP Code:
($hook = vBulletinHook::fetch_hook('memberlist_fetch')) ? eval($hook) : false;
I remember experimenting with hooks before memberlist_query_userscount was avialable ...
Gonna update the code, thanks.