fixed a bug that it has with the polls.
Find in ubb_get_topic.cgi
$stat_line[10]= "";
Replace with
if($stat_line[10] =~ m/^(w{12})$/) {
$stat_line[10] =~ m/^(w{12})$/
} else {$stat_line[10]= "";}# end if
do this in the instuctions if you haven't installed it yet do this to that file if you have already installed this.
This now keeps the hit hack from destroying polls by turning polls into regular topics. Now polls stay as polls.
