Revision 1137
Added by Ruud about 16 years ago
| save.php | ||
|---|---|---|
| 569 | 569 |
$search_header = addslashes('
|
| 570 | 570 |
<h1>[TEXT_SEARCH]</h1> |
| 571 | 571 |
|
| 572 |
<form name="search" action="[WB_URL]/search/index.php" method="get"> |
|
| 572 |
<form name="searchpage" action="[WB_URL]/search/index.php" method="get">
|
|
| 573 | 573 |
<table cellpadding="3" cellspacing="0" border="0" width="500"> |
| 574 | 574 |
<tr> |
| 575 | 575 |
<td> |
Also available in: Unified diff
Changed the default searchform name in the installer. (ticket #775)
Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)