Fixes #185 Add true parameter to hesk_date for notes

merge-requests/2/head
Mike Koch 9 years ago
parent 2962d9cf3e
commit a4b7e22c1c

@ -1016,7 +1016,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
<div class="col-md-12 alert-warning">
<div class="row" style="padding-top: 10px; padding-bottom: 10px">
<div class="col-md-8">
<p><i><?php echo $hesklang['noteby']; ?> <b><?php echo ($note['name'] ? $note['name'] : $hesklang['e_udel']); ?></b></i> - <?php echo hesk_date($note['dt']); ?></p>
<p><i><?php echo $hesklang['noteby']; ?> <b><?php echo ($note['name'] ? $note['name'] : $hesklang['e_udel']); ?></b></i> - <?php echo hesk_date($note['dt'], true); ?></p>
<?php
// Message
echo $note['message'];

Loading…
Cancel
Save