Revision 480
Added by Matthias over 17 years ago
search_convert.php | ||
---|---|---|
44 | 44 |
|
45 | 45 |
//convert some bad characters |
46 | 46 |
$string_conv_all=array( |
47 |
"!"=>" ","-"=>" ","="=>" "
|
|
47 |
"!"=>" ","_"=>" ","="=>" ","+"=>" "
|
|
48 | 48 |
); |
49 | 49 |
|
50 | 50 |
//umlauts to '(upper|lower)' for preg_match() |
Also available in: Unified diff
Fixed ticket #396;
search result displays private and registered pages to not logged in users.
Thanks to thorn