mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10847] fixing all misspelled "dependant" to "dependent"
PHPBB3-10847
This commit is contained in:
@@ -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'];
|
||||
|
@@ -1933,7 +1933,7 @@ function utf8_wordwrap($string, $width = 75, $break = "\n", $cut = false)
|
||||
* UTF8-safe basename() function
|
||||
*
|
||||
* basename() has some limitations and is dependent on the locale setting
|
||||
* according to the PHP manual. Therefore we provide our own locale independant
|
||||
* according to the PHP manual. Therefore we provide our own locale independent
|
||||
* basename function.
|
||||
*
|
||||
* @param string $filename The filename basename() should be applied to
|
||||
|
Reference in New Issue
Block a user