diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:05:30 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 23:05:30 +0100 |
commit | c701e8a13162b141d8f10588ae762bd0e8e79af0 (patch) | |
tree | 4895474131d75b5a2cebe7e1f5b72ff244b290e9 /phpBB/phpbb/search | |
parent | cfdaf2d63fd9ae4489dc9b63c5a04705d779bd86 (diff) | |
download | forums-c701e8a13162b141d8f10588ae762bd0e8e79af0.tar forums-c701e8a13162b141d8f10588ae762bd0e8e79af0.tar.gz forums-c701e8a13162b141d8f10588ae762bd0e8e79af0.tar.bz2 forums-c701e8a13162b141d8f10588ae762bd0e8e79af0.tar.xz forums-c701e8a13162b141d8f10588ae762bd0e8e79af0.zip |
[ticket/13694] BUMP version to 3.1.5-dev
PHPBB3-13694
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 1ba1edfc2c..ff9a359b95 100644 --- a/phpBB/phpbb/search/fulltext_postgres.php +++ b/phpBB/phpbb/search/fulltext_postgres.php @@ -627,7 +627,7 @@ class fulltext_postgres extends \phpbb\search\base * @var array sql_fora SQL query for ex_fid_ary * @var string m_approve_fid_sql WHERE clause condition on post_visibility restrictions * @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( 'result_count', |