function arcane_vb_fetch_hook( $hookname )
{
arcane_vb_enter_vbulletin_mode();
$hook = vBulletinHook::fetch_hook( $hookname );
arcane_vb_leave_vbulletin_mode();
}
function arcane_vb_fetch_hook( $hookname )
{
arcane_vb_enter_vbulletin_mode();
$hook = vBulletinHook::fetch_hook( $hookname );
arcane_vb_leave_vbulletin_mode();
return $hook;
}