1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/11700] Actually "one" in comments is not a class

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 03:50:47 +02:00
parent 8fd84ae879
commit 3860b37741
3 changed files with 5 additions and 5 deletions

View File

@@ -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;