From 15aee8920041aeaf3c9d8893341bc5470ec63ff8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 2 May 2007 16:19:35 +0000 Subject: fixes for search button in header - #10389, #10225, #9548 added missing colour swatch to prosilver - #8657 language changes - #10387, #10375, #10373, #10353, #10279 line-height for font size (still not ideal) - #10317 Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383 Fix editing issues - #9660 git-svn-id: file:///svn/phpbb/trunk@7451 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/search.php') diff --git a/phpBB/search.php b/phpBB/search.php index ddd113df7d..214ceeefa6 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1010,8 +1010,9 @@ $template->assign_vars(array( 'S_FORUM_OPTIONS' => $s_forums, 'S_SELECT_SORT_DIR' => $s_sort_dir, 'S_SELECT_SORT_KEY' => $s_sort_key, - 'S_SELECT_SORT_DAYS' => $s_limit_days) -); + 'S_SELECT_SORT_DAYS' => $s_limit_days, + 'S_IN_SEARCH' => true, +)); // Handle large objects differently for Oracle and MSSQL switch ($db->sql_layer) -- cgit v1.2.1