1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Remove unused poll cookies. Thanks Fanat1k - bugtracker #4983

This commit is contained in:
nlstart
2010-07-19 09:23:25 +00:00
parent 87fce435f4
commit 13e810c457
2 changed files with 28 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ WHERE p.poll_type=1{$poll_to_show}
ORDER BY p.poll_datestamp DESC LIMIT 0,1
";
$poll->render_poll($query, $pollType, $pollMode);
$poll->remove_poll_cookies();
$poll->render_poll($query, $pollType, $pollMode);
?>