Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: functions_compat.php 4174 2008-09-03 04:07:53Z Tikitiki $
| * $Id: functions_compat.php 4273 2008-11-17 00:36:29Z Tikitiki $
|
*/
/**
| */
/**
|
Zeile 96 | Zeile 96 |
---|
if(!function_exists('str_ireplace')) {
|
if(!function_exists('str_ireplace')) {
|
function build_str_ireplace(&$pattern, $k)
| function build_str_ireplace(&$pattern)
|
{ $pattern = "#".preg_quote($pattern, "#")."#"; }
| { $pattern = "#".preg_quote($pattern, "#")."#"; }
|