]> git.mxchange.org Git - friendica.git/commitdiff
Only a newline
authorMichael <heluecht@pirati.ca>
Mon, 4 Dec 2017 19:37:36 +0000 (19:37 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 4 Dec 2017 19:37:36 +0000 (19:37 +0000)
src/Object/Contact.php

index f0299603ec453478df01db12af53d6f96f02e7dd..bd7cee7fbea640281cdac4caacbac141568b00c9 100644 (file)
@@ -145,6 +145,7 @@ class Contact extends BaseObject
                if ($contact['archive']) {
                        return;
                }
+
                if ($contact['term-date'] <= NULL_DATE) {
                        dba::update('contact', array('term-date' => datetime_convert()), array('id' => $contact['id']));