aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-08-21 13:51:29 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-08-21 13:51:29 +0000
commit77fc6fabb567470cc1f827e57d3d59f9d6486322 (patch)
treeb68cc04a84adffc961bd1b388441dff4d85c6908 /phpBB/posting.php
parent389b50ed9e50d9da4f86ed37f57de294221ef45e (diff)
downloadforums-77fc6fabb567470cc1f827e57d3d59f9d6486322.tar
forums-77fc6fabb567470cc1f827e57d3d59f9d6486322.tar.gz
forums-77fc6fabb567470cc1f827e57d3d59f9d6486322.tar.bz2
forums-77fc6fabb567470cc1f827e57d3d59f9d6486322.tar.xz
forums-77fc6fabb567470cc1f827e57d3d59f9d6486322.zip
I said "temp"
git-svn-id: file:///svn/phpbb/trunk@4414 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index cafc65df5e..28dc49a8a4 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -166,8 +166,6 @@ if ($sql != '')
$row = $db->sql_fetchrow($result);
$db->sql_freeresult($result);
- // temp temp temp
- $postrow = $row;
$quote_username = (!empty($row['username'])) ? $row['username'] : $row['post_username'];
$forum_id = (int) $row['forum_id'];