Merge https://github.com/redmatrix/hubzilla into pending_merge
This commit is contained in:
@@ -335,7 +335,7 @@ function mail_content(&$a) {
|
||||
'recall' => t('Recall message'),
|
||||
'can_recall' => (($channel['channel_hash'] == $message['from_xchan']) ? true : false),
|
||||
'is_recalled' => (intval($message['mail_recalled']) ? t('Message has been recalled.') : ''),
|
||||
'date' => datetime_convert('UTC',date_default_timezone_get(),$message['created'],'D, d M Y - g:i A'),
|
||||
'date' => datetime_convert('UTC',date_default_timezone_get(),$message['created'], 'c'),
|
||||
);
|
||||
|
||||
$seen = $message['seen'];
|
||||
|
||||
Reference in New Issue
Block a user