From: Jeroen De meerleer Date: Sun, 7 Jul 2019 22:00:48 +0000 (+0200) Subject: not needed update contacts as marital status is not there X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e33733f2977e796f5c3531b45fda9019ca574090;p=friendica.git not needed update contacts as marital status is not there --- diff --git a/update.php b/update.php index 6ce4b7e87f..1690e0434e 100644 --- a/update.php +++ b/update.php @@ -381,6 +381,4 @@ function update_1317() DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]); Worker::add(PRIORITY_LOW, 'ProfileUpdate'); - Contact::updateSelfFromUserID(); - GContact::updateForUser(); -} \ No newline at end of file +}