diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-01-22 15:45:20 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-01-22 15:45:20 +0100 |
commit | c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440 (patch) | |
tree | 442cb8268fb4c8ffc75e92bee4560ceab22aa92d /phpBB/includes/functions_admin.php | |
parent | 2c4e7eabe248fc785cd2b43f57a42580361c599d (diff) | |
download | forums-c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440.tar forums-c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440.tar.gz forums-c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440.tar.bz2 forums-c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440.tar.xz forums-c0ab3f3ddddefa8f902ffa57c864e6db5bf1f440.zip |
[ticket/10714] Fix several doc blocks and comments
PHPBB3-10714
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 18b11182d0..60591e98d3 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2489,12 +2489,12 @@ function cache_moderators() /** * View log * -* @param string $mode The mode defines which log_type is used and in which log the entry is displayed. +* @param string $mode The mode defines which log_type is used and from which log the entry is retrieved * @param array &$log The result array with the logs * @param mixed &$log_count If $log_count is set to false, we will skip counting all entries in the database. * Otherwise an integer with the number of total matching entries is returned. * @param int $limit Limit the number of entries that are returned -* @param int $offset Offset when fetching the log entries, f.e. on paginations +* @param int $offset Offset when fetching the log entries, f.e. when paginating * @param mixed $forum_id Restrict the log entries to the given forum_id (can also be an array of forum_ids) * @param int $topic_id Restrict the log entries to the given topic_id * @param int $user_id Restrict the log entries to the given user_id |