mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Cosmetics: s/Itterate/Iterate/
This commit is contained in:
parent
a80c969202
commit
101f4a047a
7 changed files with 8 additions and 8 deletions
|
@ -487,7 +487,7 @@ class Dba {
|
|||
$sql = "ALTER TABLE `" . $row['0'] . "` DEFAULT CHARACTER SET $target_charset COLLATE $target_collation";
|
||||
$alter_table = Dba::write($sql);
|
||||
|
||||
// Itterate through the columns of the table
|
||||
// Iterate through the columns of the table
|
||||
while ($table = Dba::fetch_assoc($describe_results)) {
|
||||
if (
|
||||
(strpos($table['Type'], 'varchar') !== false) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue