aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-08-05 12:51:48 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-08-05 12:51:48 +0000
commit914687075da7769583e2752701121deee61ff525 (patch)
treeca122a9398478936a573b43dacfadb8be6470b80 /phpBB/includes/functions.php
parent58c0bd804fe40898b4c87444a07efb16e8e60750 (diff)
downloadforums-914687075da7769583e2752701121deee61ff525.tar
forums-914687075da7769583e2752701121deee61ff525.tar.gz
forums-914687075da7769583e2752701121deee61ff525.tar.bz2
forums-914687075da7769583e2752701121deee61ff525.tar.xz
forums-914687075da7769583e2752701121deee61ff525.zip
Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9926 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e797b279c9..23ed190bcd 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1227,7 +1227,7 @@ function markread($mode, $forum_id = false, $topic_id = false, $post_time = 0, $
}
// Add 0 to forums array to mark global announcements correctly
- $forum_id[] = 0;
+ // $forum_id[] = 0;
if ($config['load_db_lastread'] && $user->data['is_registered'])
{