Hi, I just found another little bug:
Line 39:
$data = dbquery("SELECT * FROM ".$db_prefix."polls WHERE poll_id='$viewpoll_id' AND poll_ended!='0'");
should be
$result = dbquery("SELECT * FROM ".$db_prefix."polls WHERE poll_id='$viewpoll_id' AND poll_ended!='0'");
And I hope, you got my PM:
Quote
The register.php of the Update-Package is not uptodate. Only the register.php of the Full-Package is uptodate!!
The file of the update- pack is from 18.10.07 16:29 and the file from the Full-package from 19.10.07 13:43
Digi, please update again :)