mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #2894 from Nicofuma/ticket/12999
[ticket/12999] Remove @author tags * Nicofuma/ticket/12999: [ticket/12999] Remove @author tags
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user