From 0795b6bd6c07483c78d7f8bd1f5a92ad695d10e9 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 5 Dec 2014 05:53:59 -0500 Subject: [PATCH] [ticket/13409] Change search_id type and release version PHPBB3-13409 --- phpBB/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/search.php b/phpBB/search.php index 96e716d4ee..5ba818c383 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -319,8 +319,8 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var array sort_by_sql Array of SQL sorting instructions * @var array ex_fid_ary Array of excluded forum ids * @var array author_id_ary Array of exclusive author ids - * @var int search_id The id of the search request - * @since 3.1.3 + * @var string search_id The id of the search request + * @since 3.1.3-RC1 */ $vars = array( 'keywords',