]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Most user-item traces removed
[friendica.git] / update.php
index f2dd6657795b3f428f7a15f0d1d8d0b5e70334dc..05064d8e04072d482200db2f68bcaffae72bebc1 100644 (file)
@@ -715,9 +715,9 @@ function update_1396()
        return Update::SUCCESS;
 }
 
-function update_139x()
+function update_1397()
 {
-       if (!DBStructure::existsTable('thread') || DBStructure::existsTable('user-item')) {
+       if (!DBStructure::existsTable('thread') || !DBStructure::existsTable('user-item')) {
                return Update::SUCCESS;
        }