1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +02:00

I'ml unwell, give me a break

git-svn-id: file:///svn/phpbb/trunk@5079 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2005-01-26 22:11:41 +00:00
parent 3f88d08672
commit 8527310272

View File

@ -564,8 +564,6 @@ if (!empty($poll_start))
$forum_status != ITEM_LOCKED) ? true : false;
$s_display_results = (!$s_can_vote || ($s_can_vote && sizeof($cur_voted_id)) || $view == 'viewpoll') ? true : false;
echo ">$s_can_vote :: >$s_display_results :: >$voted_id";
if ($update && $s_can_vote)
{
if (!sizeof($voted_id) || sizeof($voted_id) > $poll_max_options)