code cleanup

This commit is contained in:
hauke 2015-04-16 21:07:46 +02:00
parent 0d61e462fe
commit 00cbc383f5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function update_structure($verbose, $action, $tables=null, $definition=null) {
$sql3 = "ALTER TABLE `".$name."` ".$sql2;
else
$sql3 .= ", ".$sql2;
}
}
// Compare the field structure field by field
foreach ($structure["fields"] AS $fieldname => $parameters) {