mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/14739] Remove SQLite 2.8.x database driver
PHPBB3-14739
This commit is contained in:
@@ -563,7 +563,6 @@ class acp_icons
|
||||
{
|
||||
switch ($db->get_sql_layer())
|
||||
{
|
||||
case 'sqlite':
|
||||
case 'sqlite3':
|
||||
$db->sql_query('DELETE FROM ' . $table);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user