diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php index f02ae8dc16cfd5068de4be809d331f3e1a9abce7..16fc4e1e2ff2323f2fb7021707fb95f3b7b40a6d 100644 --- a/include/staff/tickets.inc.php +++ b/include/staff/tickets.inc.php @@ -387,7 +387,7 @@ $negorder=$order=='DESC'?'ASC':'DESC'; //Negate the sorting.. <td align="center" title="<?php echo $row['email']; ?>" nowrap> <a class="Icon <?php echo strtolower($row['source']); ?>Ticket ticketPreview" title="Preview Ticket" href="tickets.php?id=<?php echo $row['ticket_id']; ?>"><?php echo $tid; ?></a></td> - <td align="center" nowrap><?php echo Format::db_date($row['effective_date']); ?></td> + <td align="center" nowrap><?php echo Format::db_datetime($row['effective_date']); ?></td> <td><a <?php if($flag) { ?> class="Icon <?php echo $flag; ?>Ticket" title="<?php echo ucfirst($flag); ?> Ticket" <?php } ?> href="tickets.php?id=<?php echo $row['ticket_id']; ?>"><?php echo $subject; ?></a>