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

This commit is contained in:
Ralf Becker 2004-08-01 08:09:35 +00:00
parent bb9f10fb29
commit 9352bd53c4

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