From 22966927ea24a6f196fdb82e56d499efa0a3a0b8 Mon Sep 17 00:00:00 2001
From: PayBas <contact@paybas.com>
Date: Sun, 22 Jun 2014 02:43:24 +0200
Subject: [PATCH] [ticket/12758] Add show_results var to
 core.search_modify_rowset

PHPBB3-12758
---
 phpBB/search.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phpBB/search.php b/phpBB/search.php
index f1f02ac766..7276315221 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -923,6 +923,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
 		* @var	array	attachments				Array with posts attachments data
 		* @var	string	hilit					String to highlight
 		* @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	string	u_hilit					Highlight string to be injected into URL
 		* @var	string	view					Search results view mode
@@ -933,6 +934,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
 			'attachments',
 			'hilit',
 			'rowset',
+			'show_results',
 			'topic_tracking_info',
 			'u_hilit',
 			'view',