From 01488dc03b7bb67780d382ec9e2a4575012b05b6 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 14 Nov 2001 23:08:56 +0000 Subject: [PATCH] Added arguments to search ACTION to avoid caching probems (back button that doesn't work) git-svn-id: file:///svn/phpbb/trunk@1315 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/search.php b/phpBB/search.php index 79169a5924..d32ed4b959 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1184,7 +1184,7 @@ $template->assign_vars(array( "L_SEARCH_PREVIOUS" => $lang['Search_previous'], "L_DISPLAY_RESULTS" => $lang['Display_results'], - "S_SEARCH_ACTION" => append_sid("search.$phpEx"), + "S_SEARCH_ACTION" => append_sid("search.$phpEx?mode=results"), "S_CHARACTER_OPTIONS" => $s_characters, "S_FORUM_OPTIONS" => $s_forums, "S_CATEGORY_OPTIONS" => $s_categories, @@ -1197,4 +1197,4 @@ $template->pparse("body"); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> \ No newline at end of file +?>