mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
misc SQLite bugs
git-svn-id: file:///svn/phpbb/trunk@8101 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2188,7 +2188,7 @@ function sql_column_remove($dbms, $table_name, $column_name)
|
||||
foreach ($old_table_cols as $declaration)
|
||||
{
|
||||
$entities = preg_split('#\s+#', trim($declaration));
|
||||
if ($entities[0] == 'PRIMARY' || $entities[0] === '$column_name')
|
||||
if ($entities[0] == 'PRIMARY' || $entities[0] === $column_name)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user