From: hauke Date: Thu, 16 Apr 2015 19:07:46 +0000 (+0200) Subject: code cleanup X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00cbc383f5cbbca5a3c8f107858781548f012c20;p=friendica.git code cleanup --- 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) {