1
0
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:
Andreas Fischer
2009-09-08 08:53:01 +00:00
parent d92cbe7fd1
commit d85493ab16
3 changed files with 20 additions and 18 deletions

View File

@@ -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))
{