]> git.mxchange.org Git - friendica.git/blobdiff - scripts/dbstructure.php
Small fixes to translatable string
[friendica.git] / scripts / dbstructure.php
index d293fc8714b5749e86ff7ab0d21283af52bfed06..3787af2255dd0ae63c1eea28e28f8b4ba35666a5 100755 (executable)
@@ -46,7 +46,7 @@ if ($_SERVER["argc"] == 2) {
                        Config::set('system','build',DB_UPDATE_VERSION);
                        return;
                case "dumpsql":
-                       DBStructure::printStructure(DBStructure::definition());
+                       DBStructure::printStructure();
                        return;
                case "toinnodb":
                        DBStructure::convertToInnoDB();