1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-23 11:35:24 +02:00

[ticket/13409] Change search_id type and release version

PHPBB3-13409
This commit is contained in:
Kailey Truscott
2014-12-05 05:53:59 -05:00
parent ddd1937655
commit 0795b6bd6c

View File

@ -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',