1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 08:31:32 +02:00

Merge pull request from Nicofuma/ticket/13790

[ticket/13790] Update phpcs
This commit is contained in:
Nils Adermann
2015-05-30 10:53:47 +02:00
23 changed files with 110 additions and 127 deletions

@@ -1159,7 +1159,7 @@ function markread($mode, $forum_id = false, $topic_id = false, $post_time = 0, $
/**
* This event is used for performing actions directly before marking forums,
* topics or posts as read.
*
*
* It is also possible to prevent the marking. For that, the $should_markread parameter
* should be set to FALSE.
*