Project

General

Profile

« Previous | Next » 

Revision 480

Added by Matthias almost 17 years ago

Fixed ticket #396;
search result displays private and registered pages to not logged in users.
Thanks to thorn

View differences:

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