mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15047] Use brackets due to keyword usage
This commit is contained in:
parent
b52ee87df8
commit
c53054f2b7
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class mssql extends tools
|
|||
{
|
||||
$statements = array();
|
||||
|
||||
$statements[] = 'DROP INDEX ' . $table_name . '.' . $index_name;
|
||||
$statements[] = 'DROP INDEX [' . $table_name . '].[' . $index_name . ']';
|
||||
|
||||
return $this->_sql_run_sql($statements);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue