mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
remove item from change log
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9488 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -373,6 +373,9 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
' . ((sizeof($ex_fid_ary)) ? 'AND ' . $db->sql_in_set('t.forum_id', $ex_fid_ary, true) : '') . "
|
||||
$sql_sort";
|
||||
/*
|
||||
[Fix] queued replies missing from "view new posts" (Bug #42705 - Patch by Paul)
|
||||
- Creates temporary table, query is far from optimized
|
||||
|
||||
$sql = 'SELECT t.topic_id
|
||||
FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p
|
||||
WHERE p.post_time > ' . $user->data['user_lastvisit'] . '
|
||||
|
Reference in New Issue
Block a user