From 823783773c5f23881a2dcb13a7d2df7ef41cc77c Mon Sep 17 00:00:00 2001 From: brunoais Date: Wed, 6 May 2015 22:58:08 +0100 Subject: [ticket/13685] BUMP version to 3.1.5-dev PHPBB3-13685 --- phpBB/phpbb/search/fulltext_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index 14b9fd6205..7e86cbbcea 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -481,7 +481,7 @@ class fulltext_mysql extends \phpbb\search\base * @var string sort_dir "a" for ASC or "d" dor DESC for the sort order used * @var string sql_sort The result SQL when processing sort_by_sql + sort_key + sort_dir * @var int start How many posts to skip in the search results (used for pagination) - * @since 3.1.4-RC1 + * @since 3.1.5-RC1 */ $vars = array( 'search_query', -- cgit v1.2.1