mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9657] Remove old code
PHPBB3-9657
This commit is contained in:
parent
8352a7cada
commit
6cde302ffa
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class phpbb_feed_forum extends phpbb_feed_post_base
|
||||||
USERS_TABLE => 'u',
|
USERS_TABLE => 'u',
|
||||||
),
|
),
|
||||||
'WHERE' => $this->db->sql_in_set('p.topic_id', $topic_ids) . '
|
'WHERE' => $this->db->sql_in_set('p.topic_id', $topic_ids) . '
|
||||||
' . (($sql_visibility) ? ' AND ' . $sql_visibility : '') . '
|
|
||||||
AND ' . $this->content_visibility->get_visibility_sql('post', $this->forum_id, 'p.') . '
|
AND ' . $this->content_visibility->get_visibility_sql('post', $this->forum_id, 'p.') . '
|
||||||
AND p.post_time >= ' . $min_post_time . '
|
AND p.post_time >= ' . $min_post_time . '
|
||||||
AND p.poster_id = u.user_id',
|
AND p.poster_id = u.user_id',
|
||||||
|
|
Loading…
Add table
Reference in a new issue