Revision 493
Added by Matthias over 17 years ago
trunk/wb/framework/functions.php | ||
---|---|---|
629 | 629 |
} |
630 | 630 |
$string = $char; |
631 | 631 |
$string = strtr($string, $numbered_to_named_entities); |
632 |
// do ' and " |
|
633 |
$string = strtr($string, array('\''=>''', '\"'=>'"')); |
|
632 | 634 |
} |
633 | 635 |
return $string; |
634 | 636 |
} |
Also available in: Unified diff
Fixed search issue if single quotes and double quotes are not stored as entities (Thanks to thorn)