Revision 481
Added by Matthias over 18 years ago
| search_convert.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: search_convert.php 445 2007-04-10 18:04:09Z Ruebenwurzel $
|
|
| 3 |
// $Id: search_convert.php 480 2007-06-11 16:35:58Z Ruebenwurzel $
|
|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| ... | ... | |
| 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
added changeset [480] to the branches