Author: bantu
Date: Tue Jul 28 21:29:34 2009
New Revision: 9885
Log:
Fix tiny typo in r9884, #46765. Thanks rxu.
Modified:
branches/phpBB-3_0_0/phpBB/includes/functions.php
Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/functions.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/functions.php Tue Jul 28 21:29:34 2009
***************
*** 1648,1654 ****
* 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 string $sql_extra Extra WHERE SQL statement
*
* @return array[int][int] Topic ids as keys, mark_time of topic as value
--- 1648,1654 ----
* Get list of unread topics
* only for registered users and non-cookie tracking
*
! * @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
|