diff options
author | omniError <omniError@github> | 2014-12-12 17:39:30 -0600 |
---|---|---|
committer | omniError <omniError@github> | 2014-12-12 17:39:30 -0600 |
commit | 7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d (patch) | |
tree | e44f154f01f7f6361ce32ceadd8eb42c585d4fd1 /phpBB/includes/functions_admin.php | |
parent | 9f1493ce732cb57588bb3756419375c53d0ac518 (diff) | |
download | forums-7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d.tar forums-7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d.tar.gz forums-7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d.tar.bz2 forums-7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d.tar.xz forums-7b0cabc4165085dc96efd6b0d8b5fe9d10a0c70d.zip |
[ticket/13430] update event version
https://tracker.phpbb.com/browse/PHPBB3-13430
PHPBB3-13430
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 52d8ffbcf9..b016659541 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2361,7 +2361,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync * @var int prune_flags The prune flags * @var bool auto_sync Whether or not to perform auto sync * @var string sql_and SQL text appended to where clause - * @since 3.1.3 + * @since 3.1.3-RC1 */ $vars = array('forum_id', 'prune_mode', 'prune_date', 'prune_flags', 'auto_sync', 'sql_and'); extract($phpbb_dispatcher->trigger_event('core.prune_sql', compact($vars))); |