diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:56:22 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:56:22 +0100 |
commit | 9e06beb48d2bb49108550e61369f31ae6c11eae0 (patch) | |
tree | e800eff2b7d8a32a9373e128fadc9da1d55ab9be /phpBB/includes/mcp/mcp_reports.php | |
parent | 8a6d55520d5165e2abdd3a48ef70be2a2b4e8308 (diff) | |
download | forums-9e06beb48d2bb49108550e61369f31ae6c11eae0.tar forums-9e06beb48d2bb49108550e61369f31ae6c11eae0.tar.gz forums-9e06beb48d2bb49108550e61369f31ae6c11eae0.tar.bz2 forums-9e06beb48d2bb49108550e61369f31ae6c11eae0.tar.xz forums-9e06beb48d2bb49108550e61369f31ae6c11eae0.zip |
[ticket/13668] BUMP version to 3.1.5-dev
PHPBB3-13668
Diffstat (limited to 'phpBB/includes/mcp/mcp_reports.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_reports.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php index 5d3732e12c..d973d9c14d 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -98,7 +98,7 @@ class mcp_reports * @var mixed forum_id The forum_id, the number in the f GET parameter * @var int post_id The post_id of the report being viewed (if 0, it is meaningless) * @var int report_id The report_id of the report being viewed - * @since 3.1.4-RC1 + * @since 3.1.5-RC1 */ $vars = array( 'sql_ary', |