mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
ereg_replaceD
This commit is contained in:
parent
ae216a7346
commit
afcc4231f4
@ -220,7 +220,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$code = '$v=' . $GLOBALS['_xh'][$parser]['st'] . '; $allOK=1;';
|
$code = '$v=' . $GLOBALS['_xh'][$parser]['st'] . '; $allOK=1;';
|
||||||
$code = ereg_replace(',,',",'',",$code);
|
$code = str_replace(',,',",'',",$code);
|
||||||
eval($code);
|
eval($code);
|
||||||
if ($GLOBALS['_xh'][$parser]['isf'])
|
if ($GLOBALS['_xh'][$parser]['isf'])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user