Quote:
Originally Posted by MarkFL
You need to find where the split() function is being used and replace those with the explode() function.
In line 100 of misc.php, you will likely find "=&" being used...replace that with just "=".
|
its what the misc.php line 100 contains:
($hook = vBulletinHook::fetch_hook('misc_start')) ? eval($hook) : false;
here is the only split that i have found on global.php
$val = preg_split('#\n#', $vbulletin->GPC['vbulletin_collapse'], -1, PREG_SPLIT_NO_EMPTY);
please advise how to fix the functions