aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2005-01-26 22:11:41 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2005-01-26 22:11:41 +0000
commit85273102727fc6e5f5819b5e739e30d054f91ce9 (patch)
tree8840acee6d577979118dd69a6d6d83e982a3403d /phpBB
parent3f88d086722404a5d4b01bd910b40e6fbea01f0e (diff)
downloadforums-85273102727fc6e5f5819b5e739e30d054f91ce9.tar
forums-85273102727fc6e5f5819b5e739e30d054f91ce9.tar.gz
forums-85273102727fc6e5f5819b5e739e30d054f91ce9.tar.bz2
forums-85273102727fc6e5f5819b5e739e30d054f91ce9.tar.xz
forums-85273102727fc6e5f5819b5e739e30d054f91ce9.zip
I'ml unwell, give me a break
git-svn-id: file:///svn/phpbb/trunk@5079 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 130bae9762..04c8ccedf3 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -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)