]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Forgot one Logpoint ..
[friendica.git] / update.php
index 536610a00e42304e5a9fbf1dc1725005ef79f842..49287cd0b2a86205a9c944d4f36047fb4b0692bc 100644 (file)
@@ -998,3 +998,11 @@ function update_1434()
 
        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