mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fixed php3 support problem
This commit is contained in:
parent
5a609ab5da
commit
1ef33ce9ae
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user