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:
@ -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',
|
||||
|
Reference in New Issue
Block a user