1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 01:03:05 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2016-11-17 09:56:59 +01:00
28 changed files with 11 additions and 730 deletions

View File

@@ -1827,7 +1827,6 @@ function phpbb_create_userconv_table()
)';
break;
case 'sqlite':
case 'sqlite3':
$create_sql = 'CREATE TABLE ' . USERCONV_TABLE . ' (
user_id INTEGER NOT NULL DEFAULT \'0\',