Ok, we
think some global info might be carrying over to the other polls. Try this fix and it should take care of any problems you guys have been having with this hack.
Look for:
PHP Code:
if($thread[pollid]) {
$polldatetime = $DB_site->query_first("SELECT dateline, timeout from poll where pollid = $thread[pollid];");
and replace it with:
PHP Code:
if($thread[pollid]) {
$pollrun = "";
$polldatetime = $DB_site->query_first("SELECT dateline, timeout from poll where pollid = $thread[pollid];");