1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/10847] fixing all misspelled "dependant" to "dependent"

PHPBB3-10847
This commit is contained in:
Senky
2012-04-30 21:55:24 +02:00
parent 2a92fee06d
commit b83fa0349a
6 changed files with 6 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ foreach ($schema_data as $table_name => $table_data)
$column_type = $dbms_type_map['mysql_41'][$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][$dbms])) ? $column_data[1][$dbms] : $column_data[1]['default'];