Index: ours/phpbb/feed.php =================================================================== --- ours/phpbb/feed.php (revision 231) +++ ours/phpbb/feed.php (working copy) @@ -783,8 +783,8 @@ 'p.post_id, p.topic_id, p.post_time, p.post_subject, p.post_text, p.bbcode_bitfield, p.bbcode_uid, p.enable_bbcode, p.enable_smilies, p.enable_magic_url, ' . 'u.username, u.user_id', 'FROM' => array( + USERS_TABLE => 'u', POSTS_TABLE => 'p', - USERS_TABLE => 'u', ), 'LEFT_JOIN' => array( array(