diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-19 22:54:45 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-19 22:54:45 +0200 |
commit | c013e727d43348ac66b1a12fda7e34d46fe241ea (patch) | |
tree | 0f24611bbddec24fbfce085844edc818b482e5c6 /phpBB/includes/functions.php | |
parent | da3ddaf676827b1377306f7a89079b96d1bcc253 (diff) | |
download | forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.gz forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.bz2 forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.xz forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.zip |
[ticket/12999] Remove @author tags
PHPBB3-12999
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index c838876ddd..a82625cccf 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -289,7 +289,6 @@ function phpbb_gmgetdate($time = false) * @param array $allowed_units only allow these units (data array indexes) * * @return mixed data array if $string_only is false -* @author bantu */ function get_formatted_filesize($value, $string_only = true, $allowed_units = false) { @@ -463,7 +462,6 @@ function phpbb_version_compare($version1, $version2, $operator = null) * @param int $perms Permissions to set * * @return bool true on success, otherwise false -* @author faw, phpBB Limited */ function phpbb_chmod($filename, $perms = CHMOD_READ) { @@ -3404,8 +3402,6 @@ function short_ipv6($ip, $length) * * @return mixed false if specified address is not valid, * string otherwise -* -* @author bantu */ function phpbb_ip_normalise($address) { @@ -3434,8 +3430,6 @@ function phpbb_ip_normalise($address) * * @return mixed false on failure, * string otherwise -* -* @author APTX */ function phpbb_inet_ntop($in_addr) { @@ -3505,8 +3499,6 @@ function phpbb_inet_ntop($in_addr) * * @return mixed false if address is invalid, * in_addr representation of the given address otherwise (string) -* -* @author APTX */ function phpbb_inet_pton($address) { @@ -3586,8 +3578,6 @@ function phpbb_inet_pton($address) * * Since null can also be returned, you probably want to compare the result * with === true or === false, -* -* @author bantu */ function phpbb_checkdnsrr($host, $type = 'MX') { |