mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/10809] Remove MSSQL support
PHPBB3-10809
This commit is contained in:
1
phpBB/phpbb/cache/service.php
vendored
1
phpBB/phpbb/cache/service.php
vendored
@@ -302,7 +302,6 @@ class service
|
||||
{
|
||||
switch ($this->db->get_sql_layer())
|
||||
{
|
||||
case 'mssql':
|
||||
case 'mssql_odbc':
|
||||
case 'mssqlnative':
|
||||
$sql = 'SELECT user_id, bot_agent, bot_ip
|
||||
|
Reference in New Issue
Block a user