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_admin.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_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index accc8a6a83..cf9934f5ed 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -27,8 +27,6 @@ if (!defined('IN_PHPBB')) * @param string $table constant or fullname of the table * @param int $parent_id parent_id of the current set (default = 0) * @param array $where contains strings to compare closer on the where statement (additional) -* -* @author EXreaction */ function recalc_nested_sets(&$new_id, $pkey, $table, $parent_id = 0, $where = array()) { @@ -315,8 +313,6 @@ function get_forum_branch($forum_id, $type = 'all', $order = 'descending', $incl * @param bool $add_log True if log entry should be added * * @return bool False on error -* -* @author bantu */ function copy_forum_permissions($src_forum_id, $dest_forum_ids, $clear_dest_perms = true, $add_log = true) { @@ -1224,8 +1220,6 @@ function delete_attachments($mode, $ids, $resync = true) * @param bool $auto_sync Will call sync() if this is true * * @return array Array with affected forums -* -* @author bantu */ function delete_topic_shadows($forum_id, $sql_more = '', $auto_sync = true) { |