fix typo in sqlsrv MsCommon.inc

This commit is contained in:
v-kaywon 2017-09-14 15:25:07 -07:00
parent ebdb18c837
commit 4dfe37fe01

View file

@ -567,7 +567,7 @@ function is_col_enc()
{
require 'MsSetup.inc';
if ( $keystore == "none" )
return false
return false;
else
return true;
}