1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

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
This commit is contained in:
Bart van Bragt 2001-11-14 23:08:56 +00:00
parent 24ac37a341
commit 01488dc03b

View File

@ -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);
?>
?>