forked from extern/egroupware
replaced unnecessary ereg_replace, which caused trouble with mbstring.function_overload=7
This commit is contained in:
parent
fa28020e1a
commit
12fcf092c7
@ -230,7 +230,7 @@
|
||||
|
||||
// The rest of this is used only for SQL->array
|
||||
$colinfo = explode('(',$oProc->m_odb->f(1));
|
||||
$prec = ereg_replace(')','',$colinfo[1]);
|
||||
$prec = str_replace(')','',$colinfo[1]);
|
||||
$scales = explode(',',$prec);
|
||||
if ($scales[1])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user