From 77fc6fabb567470cc1f827e57d3d59f9d6486322 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 21 Aug 2003 13:51:29 +0000 Subject: [PATCH] I said "temp" git-svn-id: file:///svn/phpbb/trunk@4414 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 -- 1 file changed, 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'];