From e33733f2977e796f5c3531b45fda9019ca574090 Mon Sep 17 00:00:00 2001 From: Jeroen De meerleer Date: Mon, 8 Jul 2019 00:00:48 +0200 Subject: [PATCH] not needed update contacts as marital status is not there --- update.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}