aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
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'];