mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fix tiny typo in r9884, #46765. Thanks rxu.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9885 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
da0da0dd89
commit
8880e86f7b
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ function get_complete_topic_tracking($forum_id, $topic_ids, $global_announce_lis
|
|||
* Get list of unread topics
|
||||
* only for registered users and non-cookie tracking
|
||||
*
|
||||
* @param int $user_id User ID (or false for currect user)
|
||||
* @param int $user_id User ID (or false for current user)
|
||||
* @param string $sql_extra Extra WHERE SQL statement
|
||||
*
|
||||
* @return array[int][int] Topic ids as keys, mark_time of topic as value
|
||||
|
|
Loading…
Add table
Reference in a new issue