Sorry if it has been posted before <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" /> (6.2.1.3)

cal's fix of public_polls:<pre>Find:
-----

$width_percentage++ unless $width_percentage;

Add below:
----------

$vote_percentage = 100 * sprintf("%.2f", $results->{$dex}->{$ox} / scalar(keys %{ $polldata->{answers} })) if $quest->{type} eq 'checks';</pre>

[This message was edited by Charles Capps on August 19, 2002 at 10:27 AM.]