replaced unnecessary ereg_replace, which caused trouble with mbstring.function_overload=7

This commit is contained in:
Ralf Becker 2004-08-01 07:58:26 +00:00
parent fa28020e1a
commit 12fcf092c7

View File

@ -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])
{