Quote:
Originally Posted by thincom2000
That happened to me while during primary testing. On vBulletin 3.6.4 it happens when you have:
PHP Code:
$lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype : $lastfetchtype; $lastcheck = ($lastfetchtype == $fetchtype) ? true : false;
instead of
PHP Code:
$lastcheck = ($lastfetchtype == $fetchtype) ? true : false; $lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype : $lastfetchtype;
|
Thanks, quick replier

but im using 3.6.4 as on my last message. Sorry for not updating my profile info.