X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Femail.php;h=2c05d3233fd4786b0e81eb1e789f444ec1776030;hb=250f978872daeb3cfe02b2ac63ffd2d893a53aa0;hp=0f24a424975eae75d1c4507a43dad8f89c9c1e21;hpb=21b1e09fad40c846080d8c41d9e7621f0814d3b7;p=friendica.git diff --git a/include/email.php b/include/email.php index 0f24a42497..2c05d3233f 100644 --- a/include/email.php +++ b/include/email.php @@ -251,9 +251,9 @@ function email_header_encode($in_str, $charset) { /** * email_send is used by NETWORK_EMAIL and NETWORK_EMAIL2 code - * (not to notify the user, but to send items to email contacts + * (not to notify the user, but to send items to email contacts) * - * TODO: this could be changed to use the Emailer class + * @todo This could be changed to use the Emailer class */ function email_send($addr, $subject, $headers, $item) { //$headers .= 'MIME-Version: 1.0' . "\n";