]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Merge pull request #2223 from rabuzarus/2912_photo_widget
[friendica.git] / include / Contact.php
index 340b3ec6faaaee9383ea6c4457a95bf2f4e1e4fe..a3cbbfed15265c765a8bd6278e1f6c160e4f76fe 100644 (file)
@@ -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)) {