]> git.mxchange.org Git - friendica.git/commitdiff
uimport remove db scheme version check
authorFabrixxm <fabrix.xm@gmail.com>
Mon, 8 Apr 2013 13:03:31 +0000 (09:03 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Mon, 8 Apr 2013 13:03:31 +0000 (09:03 -0400)
include/uimport.php

index 12e85c61ad66b59826119fdc7a88002255ab3775..4fd91f80a7400ce396134f472aadb8633825480f 100644 (file)
@@ -101,11 +101,13 @@ function import_account(&$a, $file) {
                return;\r
        }\r
 \r
+       /*\r
+       // this is not required as we remove columns in json not in current db schema\r
        if ($account['schema'] != DB_UPDATE_VERSION) {\r
                notice(t("Error! I can't import this file: DB schema version is not compatible."));\r
                return;\r
        }\r
-\r
+       */\r
 \r
        // check for username\r
        $r = q("SELECT uid FROM user WHERE nickname='%s'", $account['user']['nickname']);\r