1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

- introducing read/unread images in the MCP, if you view something through the MCP it will not update the "read" status of a post/topic/forum [includes Bug #6796]

git-svn-id: file:///svn/phpbb/trunk@6936 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2007-01-27 16:04:58 +00:00
parent 14e209a487
commit aa8ebc7bf3
7 changed files with 194 additions and 30 deletions

View File

@@ -145,7 +145,7 @@ class mcp_main
$forum_id = request_var('f', 0);
$forum_info = get_forum_data($forum_id, 'm_');
$forum_info = get_forum_data($forum_id, 'm_', true);
if (!sizeof($forum_info))
{