diff options
author | lavigor <lavigor@users.noreply.github.com> | 2016-01-15 14:07:50 +0300 |
---|---|---|
committer | lavigor <lavigor@users.noreply.github.com> | 2016-01-15 14:07:50 +0300 |
commit | fef03a1946e97fad9be1cf51c8a475b7777cebdd (patch) | |
tree | 871dc33339d29c4a5db3e8ed3a08552557b7a0b9 /phpBB/includes/functions.php | |
parent | 295a424fc72a4e810d89a183f43cba3c2a6fee76 (diff) | |
download | forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.gz forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.bz2 forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.xz forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.zip |
[ticket/14412] Comment fixes for PHPDoc in the events
PHPBB3-14412
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index bb1e47ecf7..094b1fd364 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4283,7 +4283,7 @@ function obtain_users_online_string($online_users, $item_id = 0, $item = 'forum' * @var string item Restrict online users to a certain * session item, e.g. forum for * session_forum_id - * @var string sql_ary SQL query to obtain users online data + * @var array sql_ary SQL query array to obtain users online data * @since 3.1.4-RC1 * @changed 3.1.7-RC1 Change sql query into array and adjust var accordingly. Allows extension authors the ability to adjust the sql_ary. */ |