fixed return for IsLocaleSupported (#614)

This commit is contained in:
v-susanh 2017-12-01 15:57:51 -08:00 committed by GitHub
parent 8f67a413aa
commit b3dec24361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -463,6 +463,8 @@ function isLocaleSupported()
if (explode(".", $msodbcsql_ver)[0] < 17) {
return false;
}
return true;
}
?>