aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/db_tools.php
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-04-30 21:55:24 +0200
committerSenky <jakubsenko@gmail.com>2012-04-30 21:55:24 +0200
commitb83fa0349ad30eefed3e8064d29793a9b3dd17f7 (patch)
treea49f20950e7e9f1d098180031ffb84f91022ccba /phpBB/includes/db/db_tools.php
parent2a92fee06d22eb54ee9373adca1c3b50b1d3e3d7 (diff)
downloadforums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar
forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.gz
forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.bz2
forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.tar.xz
forums-b83fa0349ad30eefed3e8064d29793a9b3dd17f7.zip
[ticket/10847] fixing all misspelled "dependant" to "dependent"
PHPBB3-10847
Diffstat (limited to 'phpBB/includes/db/db_tools.php')
-rw-r--r--phpBB/includes/db/db_tools.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php
index efb8b3ebd7..73eae4e967 100644
--- a/phpBB/includes/db/db_tools.php
+++ b/phpBB/includes/db/db_tools.php
@@ -1503,7 +1503,7 @@ class phpbb_db_tools
$column_type = $this->dbms_type_map[$this->sql_layer][$column_data[0]];
}
- // Adjust default value if db-dependant specified
+ // Adjust default value if db-dependent specified
if (is_array($column_data[1]))
{
$column_data[1] = (isset($column_data[1][$this->sql_layer])) ? $column_data[1][$this->sql_layer] : $column_data[1]['default'];