]> git.mxchange.org Git - friendica.git/blobdiff - util/db_update.php
DE update to the strings
[friendica.git] / util / db_update.php
old mode 100755 (executable)
new mode 100644 (file)
index 35620e8..32b44e6
@@ -11,10 +11,10 @@ require_once("boot.php");
 $a = new App;
 @include(".htconfig.php");
 
-$lang = get_language();
+$lang = get_browser_language();
 load_translation_table($lang);
 
-require_once("dba.php");
+require_once("include/dba.php");
 $db = new dba($db_host, $db_user, $db_pass, $db_data, false);
         unset($db_host, $db_user, $db_pass, $db_data);
 
@@ -26,7 +26,7 @@ echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n";
 
 if($build != DB_UPDATE_VERSION) {
        echo "Updating database...";
-       check_config($a);
+       check_db($a);
        echo "Done\n";
 }