aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-07-28 20:29:34 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-07-28 20:29:34 +0000
commit8880e86f7b93c8b03e4f788c6abc17b429b390e7 (patch)
tree2c019e8523372ed0477a3c2a8005e9dec1c6025e
parentda0da0dd8990b11b4005c290ab448fb0dc175454 (diff)
downloadforums-8880e86f7b93c8b03e4f788c6abc17b429b390e7.tar
forums-8880e86f7b93c8b03e4f788c6abc17b429b390e7.tar.gz
forums-8880e86f7b93c8b03e4f788c6abc17b429b390e7.tar.bz2
forums-8880e86f7b93c8b03e4f788c6abc17b429b390e7.tar.xz
forums-8880e86f7b93c8b03e4f788c6abc17b429b390e7.zip
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
-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 3aaa6fbcab..241bed408f 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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