aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMax Krivanek <thekigen@gmail.com>2016-07-01 04:09:42 -0500
committerMax Krivanek <thekigen@gmail.com>2016-07-01 04:09:42 -0500
commitc4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8 (patch)
treeee1a1f12691bdfd54b35e7be6366fc43422e6f35 /phpBB/includes/functions_admin.php
parent65a4f0d631c9661341bb0da4ff04c46113ad8048 (diff)
downloadforums-c4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8.tar
forums-c4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8.tar.gz
forums-c4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8.tar.bz2
forums-c4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8.tar.xz
forums-c4b93c9c1c7c820cdefaaeb7f6e9101eeda233a8.zip
[ticket/14616] Added comma expected by test scripts.
PHPBB3-14616
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 5e40c86c65..323825d4cc 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -2599,7 +2599,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync
'prune_flags',
'auto_sync',
'sql_and',
- 'prune_limit'
+ 'prune_limit',
);
extract($phpbb_dispatcher->trigger_event('core.prune_sql', compact($vars)));