diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:50:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:50:47 +0200 |
commit | 3860b37741c21576dae2f02e3754aa322c24567f (patch) | |
tree | 7eea95a08ae14a57a4da414d1ce717df2bd6915e /phpBB/phpbb/db/tools.php | |
parent | 8fd84ae87933a3fa537fc7d1496da08ff2be811a (diff) | |
download | forums-3860b37741c21576dae2f02e3754aa322c24567f.tar forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.gz forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.bz2 forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.xz forums-3860b37741c21576dae2f02e3754aa322c24567f.zip |
[ticket/11700] Actually "one" in comments is not a class
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/db/tools.php')
-rw-r--r-- | phpBB/phpbb/db/tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/tools.php b/phpBB/phpbb/db/tools.php index f594fbe63f..8ae58e2d4b 100644 --- a/phpBB/phpbb/db/tools.php +++ b/phpBB/phpbb/db/tools.php @@ -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; |