Merge branch 'master' of https://git.dirt.kz/igor/Metadata_PHP
This commit is contained in:
@ -1441,7 +1441,7 @@ class EdtRec
|
||||
if((value=="")&&(maybenull==0)) return false;
|
||||
return isInt(value)
|
||||
}else
|
||||
if(type=="f8")
|
||||
if(type=="f8" || type=="f4")
|
||||
{
|
||||
if((value=="")&&(maybenull==0)) return false;
|
||||
return isFloat(value);
|
||||
|
||||
Reference in New Issue
Block a user