mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/11700] Actually "one" in comments is not a class
PHPBB3-11700
This commit is contained in:
@@ -1072,7 +1072,7 @@ class tools
|
||||
{
|
||||
$new_table_cols[] = 'PRIMARY KEY (' . implode(', ', $sql_schema_changes['primary_key']) . ')';
|
||||
}
|
||||
// Add a new \one or the old primary key
|
||||
// Add a new one or the old primary key
|
||||
else if ($primary_key !== false)
|
||||
{
|
||||
$new_table_cols[] = $primary_key;
|
||||
|
Reference in New Issue
Block a user