From: Michael Date: Sun, 18 Dec 2016 17:36:48 +0000 (+0000) Subject: Removal of test code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=099f51c7b5698cfe0d8cddd4362dac10c041d929;p=friendica.git Removal of test code --- diff --git a/include/Contact.php b/include/Contact.php index f03d14c701..58748e289a 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -152,7 +152,7 @@ function mark_for_death($contact) { /// @todo /// Check for contact vitality via probing - $expiry = $contact['term-date'] . ' + 10 days '; + $expiry = $contact['term-date'] . ' + 32 days '; if(datetime_convert() > datetime_convert('UTC','UTC',$expiry)) { // relationship is really truly dead.