aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2016-09-19 02:48:23 +0700
committerrxu <rxu@mail.ru>2016-09-19 02:48:23 +0700
commita078336cb1f06e3e885c68723b0ea84de8ff196e (patch)
treef933e027de44a403430fb1d78b77682ab6d9ff73 /phpBB/search.php
parent4da479d47f2000265abd2f908665162f8176ea7e (diff)
downloadforums-a078336cb1f06e3e885c68723b0ea84de8ff196e.tar
forums-a078336cb1f06e3e885c68723b0ea84de8ff196e.tar.gz
forums-a078336cb1f06e3e885c68723b0ea84de8ff196e.tar.bz2
forums-a078336cb1f06e3e885c68723b0ea84de8ff196e.tar.xz
forums-a078336cb1f06e3e885c68723b0ea84de8ff196e.zip
[ticket/14787] Add more parameters to the core.search_modify_url_parameters
PHPBB3-14787
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 7542ac1e31..d12cee69fe 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -645,14 +645,16 @@ if ($keywords || $author || $author_id || $search_id || $submit)
* @event core.search_modify_url_parameters
* @var string u_search Search URL parameters string
* @var string search_id Predefined search type name
+ * @var string show_results String indicating the show results mode
* @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
* @since 3.1.7-RC1
- * @changed 3.1.10-RC1 Added sql_where, total_match_count
+ * @changed 3.1.10-RC1 Added show_results, sql_where, total_match_count
*/
$vars = array(
'u_search',
'search_id',
+ 'show_results',
'sql_where',
'total_match_count',
);