Quote:
Originally Posted by testbot
*sigh* i'm getting tired of no support these days. i guess in mods it's up to the developers but i've been fixing bugs myself in vb4 since it's been released. any threads i create for assistance get ignored on vb.org and vb.com.
anyway, for everyone looking for the fix here it is...
Find:
Code:
$starttime = explode(' ', $pagestarttime);
Replace:
Code:
$starttime = explode(' ', TIMESTART);
|
if this fix works, release a new version for the suite ...