mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 07:58:56 +02:00
[ticket/13072] Added '@changed 3.1.0-RC5 Added total_match_count'
PHPBB3-13072
This commit is contained in:
parent
d6de9ce5d9
commit
04e9789e7f
@ -741,6 +741,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||||||
* @var string sql_where The SQL WHERE string used by search to get topic data
|
* @var string sql_where The SQL WHERE string used by search to get topic data
|
||||||
* @var int total_match_count The total number of search matches
|
* @var int total_match_count The total number of search matches
|
||||||
* @since 3.1.0-a1
|
* @since 3.1.0-a1
|
||||||
|
* @changed 3.1.0-RC5 Added total_match_count
|
||||||
*/
|
*/
|
||||||
$vars = array('sql_select', 'sql_from', 'sql_where', 'total_match_count');
|
$vars = array('sql_select', 'sql_from', 'sql_where', 'total_match_count');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.search_get_topic_data', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.search_get_topic_data', compact($vars)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user