This has worked for awhile now in php3/4

This commit is contained in:
Miles Lott 2002-04-11 10:49:06 +00:00
parent 1ef33ce9ae
commit 3f78583e6e

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')