diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:59:05 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:59:05 +0100 |
commit | b8a31241a38630931d1352cb76ce5b7a5bd251c1 (patch) | |
tree | 82c7954760af87430600348a3623b99ff85d119b /phpBB/phpbb/search | |
parent | d5dd9c929d7d65d954bf1f85149c48d332463b42 (diff) | |
download | forums-b8a31241a38630931d1352cb76ce5b7a5bd251c1.tar forums-b8a31241a38630931d1352cb76ce5b7a5bd251c1.tar.gz forums-b8a31241a38630931d1352cb76ce5b7a5bd251c1.tar.bz2 forums-b8a31241a38630931d1352cb76ce5b7a5bd251c1.tar.xz forums-b8a31241a38630931d1352cb76ce5b7a5bd251c1.zip |
[ticket/13689] BUMP version to 3.1.5-dev
PHPBB3-13689
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r-- | phpBB/phpbb/search/fulltext_postgres.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_postgres.php b/phpBB/phpbb/search/fulltext_postgres.php index 927a00164b..5ae767262b 100644 --- a/phpBB/phpbb/search/fulltext_postgres.php +++ b/phpBB/phpbb/search/fulltext_postgres.php @@ -443,7 +443,7 @@ class fulltext_postgres 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( 'tsearch_query', |