From 099f51c7b5698cfe0d8cddd4362dac10c041d929 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Dec 2016 17:36:48 +0000 Subject: [PATCH] Removal of test code --- include/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Contact.php b/include/Contact.php index f03d14c70..58748e289 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.