1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-22 02:55:41 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/10809] Reflect MSSQL removal in docs files
  [ticket/10809] Remove MSSQL support
This commit is contained in:
Tristan Darricau
2016-09-25 17:19:18 +02:00
21 changed files with 7 additions and 636 deletions

View File

@ -2833,7 +2833,6 @@ function get_database_size()
break;
case 'mssql':
case 'mssql_odbc':
case 'mssqlnative':
$sql = 'SELECT @@VERSION AS mssql_version';