diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:02:21 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:02:21 +0100 |
commit | f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36 (patch) | |
tree | 33b1c4eb5387cd2474af07dff7cf8118d207c672 /phpBB/phpbb/search | |
parent | 3bda9a3c1142d1c3504eb65d581d810de7d6f016 (diff) | |
download | forums-f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36.tar forums-f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36.tar.gz forums-f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36.tar.bz2 forums-f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36.tar.xz forums-f2fb8e339d5b8b540f7ac7d03fe3b38c4a0f4f36.zip |
[ticket/13686] BUMP version to 3.1.5-dev
PHPBB3-13686
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r-- | phpBB/phpbb/search/fulltext_native.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php index 594799e856..04f4d07088 100644 --- a/phpBB/phpbb/search/fulltext_native.php +++ b/phpBB/phpbb/search/fulltext_native.php @@ -754,7 +754,7 @@ class fulltext_native 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', |