From afcc4231f47cf7ddb6c4839c131203f89de9c74f Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 26 Jan 2004 03:33:09 +0000 Subject: [PATCH] ereg_replaceD --- phpgwapi/inc/class.xmlrpcmsg.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.xmlrpcmsg.inc.php b/phpgwapi/inc/class.xmlrpcmsg.inc.php index f52458c399..36e9ddafab 100644 --- a/phpgwapi/inc/class.xmlrpcmsg.inc.php +++ b/phpgwapi/inc/class.xmlrpcmsg.inc.php @@ -220,7 +220,7 @@ else { $code = '$v=' . $GLOBALS['_xh'][$parser]['st'] . '; $allOK=1;'; - $code = ereg_replace(',,',",'',",$code); + $code = str_replace(',,',",'',",$code); eval($code); if ($GLOBALS['_xh'][$parser]['isf']) {