fixed php3 support problem

This commit is contained in:
seek3r 2002-04-11 06:11:44 +00:00
parent 5a609ab5da
commit 1ef33ce9ae

View File

@ -119,7 +119,7 @@
}
/* Inverse of above, convert sql column types to array info */
function rTranslateType($sType, $iPrecision = 0, $iScale = 0, &$sTranslated = '')
function rTranslateType($sType, $iPrecision = 0, $iScale = 0, $sTranslated = '')
{
$sTranslated = '';
if ($sType == 'int' || $sType == 'tinyint' || $sType == 'smallint' || $sType == 'bigint')