1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

Fix r9755 for #46765

Authorised by: ToonArmy

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9855 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ruslan Uzdenov
2009-07-26 10:16:52 +00:00
parent 801ac58bcf
commit ba37fa4f49
2 changed files with 28 additions and 17 deletions

View File

@@ -381,7 +381,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$unread_list = array();
$unread_list = get_unread_topics_list();
if(!empty($unread_list))
if (!empty($unread_list))
{
$sql = 'SELECT t.topic_id
FROM ' . TOPICS_TABLE . ' t