]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Forgot one Logpoint ..
[friendica.git] / update.php
index 5d9c76a994a9313efcbab9e4a3bf9fa16338a231..49287cd0b2a86205a9c944d4f36047fb4b0692bc 100644 (file)
@@ -982,7 +982,7 @@ function update_1429()
        return Update::SUCCESS;
 }
 
-function update_1433()
+function update_1434()
 {
        $name = DI::config()->get('storage', 'name');
 
@@ -998,3 +998,11 @@ function update_1433()
 
        return Update::SUCCESS;
 }
+
+function update_1435()
+{
+       $contacts = DBA::select('contact', [], ["`uid` != ?", 0]);
+       while ($contact = DBA::fetch($contacts)) {
+               Contact\User::insertForContactArray($contact);
+       }
+}
\ No newline at end of file