1
0
Fork 0
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:
Paul Arthur 2013-01-28 20:24:34 -05:00
parent a80c969202
commit 101f4a047a
7 changed files with 8 additions and 8 deletions

View file

@ -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) ||