mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
This has worked for awhile now in php3/4
This commit is contained in:
parent
1ef33ce9ae
commit
3f78583e6e
@ -119,7 +119,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Inverse of above, convert sql column types to array info */
|
/* 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 = '';
|
$sTranslated = '';
|
||||||
if ($sType == 'int' || $sType == 'tinyint' || $sType == 'smallint' || $sType == 'bigint')
|
if ($sType == 'int' || $sType == 'tinyint' || $sType == 'smallint' || $sType == 'bigint')
|
||||||
|
Loading…
Reference in New Issue
Block a user