mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12758] Add show_results var to core.search_modify_rowset
PHPBB3-12758
This commit is contained in:
parent
566615fa31
commit
22966927ea
1 changed files with 2 additions and 0 deletions
|
@ -923,6 +923,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
* @var array attachments Array with posts attachments data
|
* @var array attachments Array with posts attachments data
|
||||||
* @var string hilit String to highlight
|
* @var string hilit String to highlight
|
||||||
* @var array rowset Array with the search results data
|
* @var array rowset Array with the search results data
|
||||||
|
* @var string show_results String indicating the show results mode
|
||||||
* @var array topic_tracking_info Array with the topics tracking data
|
* @var array topic_tracking_info Array with the topics tracking data
|
||||||
* @var string u_hilit Highlight string to be injected into URL
|
* @var string u_hilit Highlight string to be injected into URL
|
||||||
* @var string view Search results view mode
|
* @var string view Search results view mode
|
||||||
|
@ -933,6 +934,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
'attachments',
|
'attachments',
|
||||||
'hilit',
|
'hilit',
|
||||||
'rowset',
|
'rowset',
|
||||||
|
'show_results',
|
||||||
'topic_tracking_info',
|
'topic_tracking_info',
|
||||||
'u_hilit',
|
'u_hilit',
|
||||||
'view',
|
'view',
|
||||||
|
|
Loading…
Add table
Reference in a new issue