search.php: fixed logged-off JS error
This commit is contained in:
parent
9494e067a8
commit
29ec5f7d16
@ -131,8 +131,9 @@ function sync_options(element)
|
||||
"searchbyfinder",
|
||||
"searchbyplz",
|
||||
"searchbyort",
|
||||
"searchbyfulltext",
|
||||
"searchall");
|
||||
"searchbyfulltext"
|
||||
{/literal}{if $logged_in},"searchall"{/if}{literal}
|
||||
);
|
||||
|
||||
var sortby = "";
|
||||
if (document.optionsform.sort[0].checked == true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user