aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-09-25 17:19:13 +0200
committerTristan Darricau <github@nicofuma.fr>2016-09-25 17:19:13 +0200
commitde2c70127f61819d1771493016ec2935eadb7e91 (patch)
tree3de14fe081743448c49be878d0629d7d5180456e /phpBB/develop
parent164f0e031d6f7fdb29c60cfcc980416685047e45 (diff)
parent37880af03c3e69e49ee6d97adce5203a914fef7f (diff)
downloadforums-de2c70127f61819d1771493016ec2935eadb7e91.tar
forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.gz
forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.bz2
forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.xz
forums-de2c70127f61819d1771493016ec2935eadb7e91.zip
Merge pull request #4265 from Senky/ticket/10809
[ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/add_permissions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/develop/add_permissions.php b/phpBB/develop/add_permissions.php
index a6fc8d686c..697dbdbaca 100644
--- a/phpBB/develop/add_permissions.php
+++ b/phpBB/develop/add_permissions.php
@@ -379,7 +379,6 @@ function mass_auth($ug_type, $forum_id, $ug_id, $acl_list, $setting)
$sql = 'VALUES ' . implode(', ', preg_replace('#^(.*?)$#', '(\1)', $sql_subary));
break;
- case 'mssql':
case 'sqlite':
case 'sqlite3':
$sql = implode(' UNION ALL ', preg_replace('#^(.*?)$#', 'SELECT \1', $sql_subary));