]> git.mxchange.org Git - friendica.git/commitdiff
Removal of test code
authorMichael <heluecht@pirati.ca>
Sun, 18 Dec 2016 17:36:48 +0000 (17:36 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 18 Dec 2016 17:36:48 +0000 (17:36 +0000)
include/Contact.php

index f03d14c70196311bd98d0a3746cedae67d316628..58748e289a70717b3cdbe35f0a2aad65cb2e8c1b 100644 (file)
@@ -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.