From 59a1f4e8ac79c58125b023f44e646cfdd1d43b92 Mon Sep 17 00:00:00 2001 From: brunoais Date: Wed, 6 May 2015 22:50:52 +0100 Subject: [PATCH] [ticket/13693] BUMP version to 3.1.5-dev PHPBB3-13693 --- phpBB/phpbb/search/fulltext_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index f0ac875d0e..2a39345ce2 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -652,7 +652,7 @@ class fulltext_mysql 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',