Fix date format on original ticket message

This commit is contained in:
Mike Koch 2016-12-31 23:38:51 -05:00
parent 93fb2e63f2
commit 93c7ddc528

View File

@ -1541,7 +1541,7 @@ function mfh_print_message() {
?>
<li><i class="fa fa-comment bg-red" data-toggle="tooltip" title="<?php echo $hesklang['original_message']; ?>"></i>
<div class="timeline-item">
<span class="time"><i class="fa fa-clock-o"></i> <?php echo $ticket['dt']; ?></span>
<span class="time"><i class="fa fa-clock-o"></i> <?php echo hesk_date($ticket['dt'], true); ?></span>
<h3 class="timeline-header">
<i class="fa fa-fw fa-user" data-toggle="tooltip" title="<?php echo $hesklang['customer']; ?>"></i>
<?php echo $ticket['name']; ?>