X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FContact.php;h=a3cbbfed15265c765a8bd6278e1f6c160e4f76fe;hb=83e54f70d3204525ba16ea3faf5f17cd001fbc9e;hp=340b3ec6faaaee9383ea6c4457a95bf2f4e1e4fe;hpb=307beb47fd4930c665cb7d3032ca4405900af43d;p=friendica.git diff --git a/include/Contact.php b/include/Contact.php index 340b3ec6fa..a3cbbfed15 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -159,9 +159,10 @@ function mark_for_death($contact) { } else { - // TODO: We really should send a notification to the owner after 2-3 weeks - // so they won't be surprised when the contact vanishes and can take - // remedial action if this was a serious mistake or glitch + /// @todo + /// We really should send a notification to the owner after 2-3 weeks + /// so they won't be surprised when the contact vanishes and can take + /// remedial action if this was a serious mistake or glitch $expiry = $contact['term-date'] . ' + 32 days '; if(datetime_convert() > datetime_convert('UTC','UTC',$expiry)) {