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