X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=49287cd0b2a86205a9c944d4f36047fb4b0692bc;hb=1b4e3564a5b4e44bd2d4991bc36900753b819542;hp=536610a00e42304e5a9fbf1dc1725005ef79f842;hpb=0bc677b725ce8f4666ad6774ef6a9fa775a73408;p=friendica.git diff --git a/update.php b/update.php index 536610a00e..49287cd0b2 100644 --- a/update.php +++ b/update.php @@ -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