mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
I said "temp"
git-svn-id: file:///svn/phpbb/trunk@4414 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
389b50ed9e
commit
77fc6fabb5
1 changed files with 0 additions and 2 deletions
|
@ -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'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue