diff options
author | brunoais <brunoaiss@gmail.com> | 2014-11-28 15:06:46 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-11-28 15:06:46 +0000 |
commit | aa10bc205947bd99f99172a09de63a15dfddecca (patch) | |
tree | 16b9fdc30e2dc90f237c99076c7ec64f4e44debd | |
parent | dfba919db8fb6bd50bf009f6124444a6ec460231 (diff) | |
download | forums-aa10bc205947bd99f99172a09de63a15dfddecca.tar forums-aa10bc205947bd99f99172a09de63a15dfddecca.tar.gz forums-aa10bc205947bd99f99172a09de63a15dfddecca.tar.bz2 forums-aa10bc205947bd99f99172a09de63a15dfddecca.tar.xz forums-aa10bc205947bd99f99172a09de63a15dfddecca.zip |
[ticket/13142] BUMPing version
PHPBB3-13142
-rw-r--r-- | phpBB/includes/functions_mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 5c3d1d02e6..7a3ad3ca61 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -433,7 +433,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by * @var int min_time Integer with the minimum post time that the user is searching for * @var int visibility_const Integer with one of the possible ITEM_* constant values * @var string where_sql Extra information included in the WHERE clause. It must end with "WHERE" or "AND" or "OR" - * @since 3.1.1-RC1 + * @since 3.1.3-RC1 */ $vars = array( 'sql', |