aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 5de28efdae..c2f2d6de0d 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -491,7 +491,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
* @var string search_id Predefined search type name
* @var string show_results Display topics or posts
* @var string sql SQL query corresponding to the pre-made search id
- * @since 3.1.6-RC1
+ * @since 3.1.7-RC1
*/
$vars = array(
'l_search_title',
@@ -618,7 +618,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
* @event core.search_modify_url_parameters
* @var string u_search Search URL parameters string
* @var string search_id Predefined search type name
- * @since 3.1.6-RC1
+ * @since 3.1.7-RC1
*/
$vars = array(
'u_search',
@@ -752,7 +752,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
* @var string sql_order_by The SQL ORDER BY string used by search to get topic data
* @since 3.1.0-a1
* @changed 3.1.0-RC5 Added total_match_count
- * @changed 3.1.6-RC1 Added sort_by_sql, sort_dir, sort_key, sql_order_by
+ * @changed 3.1.7-RC1 Added sort_by_sql, sort_dir, sort_key, sql_order_by
*/
$vars = array(
'sql_select',