mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Rename get_unread_topics_list() to get_unread_topics().
Cleanup: Remove some stuff we no longer need. Related to report #46765 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10120 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -387,7 +387,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
$s_sort_key = $s_sort_dir = $u_sort_param = $s_limit_days = '';
|
||||
|
||||
$unread_list = array();
|
||||
$unread_list = get_unread_topics_list($user->data['user_id'], $sql_where, $sql_sort);
|
||||
$unread_list = get_unread_topics($user->data['user_id'], $sql_where, $sql_sort);
|
||||
|
||||
if (!empty($unread_list))
|
||||
{
|
||||
|
Reference in New Issue
Block a user