removed the space character as per review

This commit is contained in:
Jenny Tam 2017-12-11 15:31:38 -08:00 committed by GitHub
parent e234f2cd50
commit f4964b4a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,7 @@ function isQualified($conn)
function connect($options = array(), $disableCE = false)
{
require('MsSetup.inc');
if (! empty($options)) {
if (!empty($options)) {
$connectionOptions = array_merge($connectionOptions, $options);
}
if (!$disableCE) {