|
From: Bart v. B. <ba...@us...> - 2001-11-14 23:09:01
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv3483
Modified Files:
search.php
Log Message:
Added arguments to search ACTION to avoid caching probems (back button that doesn't work)
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** search.php 2001/11/14 06:39:17 1.25
--- search.php 2001/11/14 23:08:56 1.26
***************
*** 1185,1189 ****
"L_DISPLAY_RESULTS" => $lang['Display_results'],
! "S_SEARCH_ACTION" => append_sid("search.$phpEx"),
"S_CHARACTER_OPTIONS" => $s_characters,
"S_FORUM_OPTIONS" => $s_forums,
--- 1185,1189 ----
"L_DISPLAY_RESULTS" => $lang['Display_results'],
! "S_SEARCH_ACTION" => append_sid("search.$phpEx?mode=results"),
"S_CHARACTER_OPTIONS" => $s_characters,
"S_FORUM_OPTIONS" => $s_forums,
***************
*** 1198,1200 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
--- 1198,1200 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
|