Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-09-19 19:22:22 +02:00
commit b70ba0e47c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -524,7 +524,7 @@ class mssql extends tools
{
$statements = array();
if ($this->is_sql_server_2000())
if ($this->mssql_is_sql_server_2000())
{
$this->check_index_name_length($table_name, $index_name);
}
@ -541,7 +541,7 @@ class mssql extends tools
{
$statements = array();
if ($this->is_sql_server_2000())
if ($this->mssql_is_sql_server_2000())
{
$this->check_index_name_length($table_name, $index_name);
}