diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-12-04 17:30:42 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2017-01-23 13:33:15 +0100 |
commit | 779758f2195f87868da3694b5ffd00adee1be0b3 (patch) | |
tree | 5c0550b4e1d5c9d9edbf8c7ed8d2390aa5401819 /phpBB/includes/functions_admin.php | |
parent | 2f1d2e847e9bb08b22ed42e8dc06362d962d2efb (diff) | |
download | forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.gz forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.bz2 forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.xz forums-779758f2195f87868da3694b5ffd00adee1be0b3.zip |
[ticket/13429] Replace @change with @changed
PHPBB3-13429
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index dabdd80bc6..1dc246ec33 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2611,7 +2611,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync * @var string sql_and SQL text appended to where clause * @var int prune_limit The prune limit * @since 3.1.3-RC1 - * @change 3.1.10-RC1 Added prune_limit + * @changed 3.1.10-RC1 Added prune_limit */ $vars = array( 'forum_id', |