From 00cbc383f5cbbca5a3c8f107858781548f012c20 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 16 Apr 2015 21:07:46 +0200 Subject: [PATCH] code cleanup --- include/dbstructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dbstructure.php b/include/dbstructure.php index 0e76037537..012bb6f0bc 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -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) {