]> git.mxchange.org Git - friendica.git/commitdiff
code cleanup
authorhauke <hauke@grlg.org>
Thu, 16 Apr 2015 19:07:46 +0000 (21:07 +0200)
committerhauke <hauke@grlg.org>
Thu, 16 Apr 2015 19:07:46 +0000 (21:07 +0200)
include/dbstructure.php

index 0e7603753785ee0623e60563970a32c163e84b2c..012bb6f0bc857efa225ad0d44036f0a9272e9ce0 100644 (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) {