removed ConnectSpecial helper function

This commit is contained in:
yitam 2017-06-28 11:51:40 -07:00
parent e93a40561a
commit dcb232e7b9

View file

@ -159,22 +159,6 @@ function Connect($options = array())
return ($conn);
}
function ConnectSpecial($options = array())
{
require 'MsSetup.inc';
if (!isset($options['UID']) && !isset($options['uid'])) {
$options['UID'] = $uid;
}
if (!isset($options['pwd']) && !isset($options['PWD'])) {
$options['pwd'] = $pwd;
}
if (!isset($options['Database'])) {
$options['Database'] = $database;
}
return sqlsrv_connect($server, $options);
}
function GetTempTableName($table = '', $temporary = true)
{
// A temporary table name with the '#' prefix will be automatically