aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-21 13:44:10 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-21 13:44:10 +0200
commita7a05ca75cd646a3d262f3a4b0c67dad3ba0b385 (patch)
tree467b49e2305c3eeacc6d87f679edc6efe6a33658 /phpBB/includes/functions_admin.php
parent31aac66f5aca218254a6ff199c21a282bc6059bc (diff)
parentc013e727d43348ac66b1a12fda7e34d46fe241ea (diff)
downloadforums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.gz
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.bz2
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.xz
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.zip
Merge pull request #2894 from Nicofuma/ticket/12999
[ticket/12999] Remove @author tags * Nicofuma/ticket/12999: [ticket/12999] Remove @author tags
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index f5c1725036..e3e8657afb 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)
{