mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
b70ba0e47c
1 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ class mssql extends tools
|
||||||
{
|
{
|
||||||
$statements = array();
|
$statements = array();
|
||||||
|
|
||||||
if ($this->is_sql_server_2000())
|
if ($this->mssql_is_sql_server_2000())
|
||||||
{
|
{
|
||||||
$this->check_index_name_length($table_name, $index_name);
|
$this->check_index_name_length($table_name, $index_name);
|
||||||
}
|
}
|
||||||
|
@ -541,7 +541,7 @@ class mssql extends tools
|
||||||
{
|
{
|
||||||
$statements = array();
|
$statements = array();
|
||||||
|
|
||||||
if ($this->is_sql_server_2000())
|
if ($this->mssql_is_sql_server_2000())
|
||||||
{
|
{
|
||||||
$this->check_index_name_length($table_name, $index_name);
|
$this->check_index_name_length($table_name, $index_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue