diff options
author | brunoais <brunoaiss@gmail.com> | 2014-08-09 18:18:19 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-08-09 18:18:19 +0100 |
commit | 602b932a232c051da2bee4ffa4dc0853e5edf29a (patch) | |
tree | 82ff1e819e85456a4d298fe72ccd47a8dce76e6a | |
parent | 621f9408059cd72b552dd8562cf8842187e431a5 (diff) | |
download | forums-602b932a232c051da2bee4ffa4dc0853e5edf29a.tar forums-602b932a232c051da2bee4ffa4dc0853e5edf29a.tar.gz forums-602b932a232c051da2bee4ffa4dc0853e5edf29a.tar.bz2 forums-602b932a232c051da2bee4ffa4dc0853e5edf29a.tar.xz forums-602b932a232c051da2bee4ffa4dc0853e5edf29a.zip |
[ticket/12928] Update to RC4
PHPBB3-12928
-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 52088c07b7..67731a9807 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -374,7 +374,7 @@ class mcp_reports * @var int topic_id topic_id in the page request * @var string limit_time_sql String with the SQL code to limit the time interval of the post (Note: May be empty string) * @var string sort_order_sql String with the ORDER BY SQL code used in this query - * @since 3.1.0-RC3 + * @since 3.1.0-RC4 */ $vars = array( 'sql', |