mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
I said "temp"
git-svn-id: file:///svn/phpbb/trunk@4414 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -166,8 +166,6 @@ if ($sql != '')
|
|||||||
$row = $db->sql_fetchrow($result);
|
$row = $db->sql_fetchrow($result);
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
// temp temp temp
|
|
||||||
$postrow = $row;
|
|
||||||
$quote_username = (!empty($row['username'])) ? $row['username'] : $row['post_username'];
|
$quote_username = (!empty($row['username'])) ? $row['username'] : $row['post_username'];
|
||||||
|
|
||||||
$forum_id = (int) $row['forum_id'];
|
$forum_id = (int) $row['forum_id'];
|
||||||
|
Reference in New Issue
Block a user