1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15883] Review changes

PHPBB3-15883
This commit is contained in:
battye
2019-01-04 15:49:15 +00:00
parent 565f692541
commit 3f19d32f76
3 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ if (!defined('IN_PHPBB'))
* @param array &$username_ary The usernames to check or empty if user ids used
* @param mixed $user_type Array of user types to check, false if not restricting by user type
* @param bool $update_references If false, the supplied array is unset and appears unchanged from where it was called
* @return null
*/
function user_get_id_name(&$user_id_ary, &$username_ary, $user_type = false, $update_references = false)
{