1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/12413] Fix coding style

PHPBB3-12413
This commit is contained in:
Nicofuma
2014-04-29 23:27:43 +02:00
parent 7d8d8394fc
commit 80b4a7f337
4 changed files with 23 additions and 15 deletions

View File

@@ -37,6 +37,8 @@ class topic extends \phpbb\feed\post_base
function open()
{
parent::open();
$sql = 'SELECT f.forum_options, f.forum_password, t.topic_id, t.forum_id, t.topic_visibility, t.topic_title, t.topic_time, t.topic_views, t.topic_posts_approved, t.topic_type
FROM ' . TOPICS_TABLE . ' t
LEFT JOIN ' . FORUMS_TABLE . ' f
@@ -83,8 +85,6 @@ class topic extends \phpbb\feed\post_base
unset($forum_ids_passworded);
}
$this->fetch_attachments();
}
function get_sql()