Stud_Muffin & Rolodex - Try the following code. Replace it in both the forumdisplay.php and showthread.php files
Find:
PHP Code:
$pollrun = "<br><nobr><smallfont>Start Date: $start | End Date: $finish | Days to Run: $days | Days Remaining: $remaining</nobr></smallfont>";
} else {
$pollrun = '';
Replace it with this:
PHP Code:
$pollrun = "<br><nobr><smallfont>Start Date: $start | End Date: $finish | Days to Run: $days | Days Remaining: $remaining</nobr></smallfont>";
} else {
$pollrun = "<br /><smallfont>(<b>No ending date set</b>)</smallfont>";
and let me know if this fixes your problem. If it does, I will update the first post. I am not experiencing this, myself, but this should take care of the problem for you.