From 3c02d5f2df00cecd6a0bc4a945ee3355bd423a81 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 18 May 2006 21:03:56 +0000 Subject: - fixing a few tiny bugs - added new function to (re)apply sids where needed (login and mcp quickmod) - #1829 git-svn-id: file:///svn/phpbb/trunk@5931 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index c8c325f970..3161bb2787 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -835,6 +835,7 @@ while ($row = $db->sql_fetchrow($result)) { $rowset[$row['post_id']] = array( 'foe' => true, + 'user_id' => $row['user_id'], 'post_id' => $row['post_id'], 'poster' => $poster, ); -- cgit v1.2.1