From: Tobias Diekershoff Date: Mon, 27 Aug 2012 17:46:35 +0000 (+0200) Subject: get "ago" information into the mail thread view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=647802f92eec823ab47a15c5355c5d14bbae4dc9;p=friendica.git get "ago" information into the mail thread view --- diff --git a/mod/message.php b/mod/message.php index 57d4beb0f6..97c6586320 100644 --- a/mod/message.php +++ b/mod/message.php @@ -444,6 +444,7 @@ function message_content(&$a) { 'delete' => t('Delete message'), 'to_name' => template_escape($message['name']), 'date' => datetime_convert('UTC',date_default_timezone_get(),$message['created'],'D, d M Y - g:i A'), + 'ago' => relative_date($message['created']), ); $seen = $message['seen'];