aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-04-16 11:08:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-04-16 11:08:31 +0200
commit01030bb3a9dbc158f39a190d2ff187de52e606f4 (patch)
treed1052bf785dbb70af81b50fce964ce253f1a8096 /phpBB/phpbb/db
parent61f4802b5a40c0d30de8398a058a24baf2cab182 (diff)
parentb305364b278cb224346a4a98cfdace24b2f3b845 (diff)
downloadforums-01030bb3a9dbc158f39a190d2ff187de52e606f4.tar
forums-01030bb3a9dbc158f39a190d2ff187de52e606f4.tar.gz
forums-01030bb3a9dbc158f39a190d2ff187de52e606f4.tar.bz2
forums-01030bb3a9dbc158f39a190d2ff187de52e606f4.tar.xz
forums-01030bb3a9dbc158f39a190d2ff187de52e606f4.zip
Merge branch 'develop-ascraeus' of https://github.com/phpbb/phpbb into ticket/12407
Conflicts: phpBB/posting.php
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/tools.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/tools.php b/phpBB/phpbb/db/tools.php
index 7616849465..3d480b7e1c 100644
--- a/phpBB/phpbb/db/tools.php
+++ b/phpBB/phpbb/db/tools.php
@@ -892,7 +892,7 @@ class tools
}
}
- // Add unqiue indexes?
+ // Add unique indexes?
if (!empty($schema_changes['add_unique_index']))
{
foreach ($schema_changes['add_unique_index'] as $table => $index_array)
@@ -1303,7 +1303,7 @@ class tools
}
/**
- * Check if a specified index exists in table. Does not return PRIMARY KEY and UNIQUE indexes.
+ * Check if a specified index exists in table. Does not return PRIMARY KEY indexes.
*
* @param string $table_name Table to check the index at
* @param string $index_name The index name to check