Okay thanks, this patch five is include since many weeks, also commented out the line. But what means this ?
Quote:
Originally posted by Charter
... apply the patch in post eight above ...
|
Quote:
Hi. The code eregi_replace("[^[:alnum:]^ ]+"," ",$query_to_parse); takes everything that is not a number, letter, or space and replaces it with a space. This happens before $kconds[$ncrit] is formed, where $kconds[$ncrit] is used to make the mysql query from the search field. Please do examine the code. The more eyes, the better.
|
-Roland