modified a comment

This commit is contained in:
yitam 2017-06-28 12:18:45 -07:00
parent dcb232e7b9
commit 00aa8ad7c8

View file

@ -13,7 +13,7 @@ sqlsrv_configure( 'LogSeverity', SQLSRV_LOG_SEVERITY_ALL );
function toConnect($options = array())
{
// this function makes a connection to the server without specifying the database
// this function makes a connection to the server WITHOUT specifying the database
require 'MsSetup.inc';
if (!isset($options['UID']) && !isset($options['uid'])) {