Skip to content
Snippets Groups Projects
Commit e7a400b5 authored by Peter Rotich's avatar Peter Rotich
Browse files

oops: Bug fixes

parent b0b98075
No related branches found
No related tags found
No related merge requests found
......@@ -304,10 +304,10 @@ $_SESSION[':Q:tickets'] = $tickets;
</td>
<?php } ?>
<td title="<?php echo $T['user__default_email__address']; ?>" nowrap>
<a class="Icon <?php echo strtolower($row['source']); ?>Ticket preview"
<a class="Icon <?php echo strtolower($T['source']); ?>Ticket preview"
title="Preview Ticket"
href="tickets.php?id=<?php echo $row['ticket_id']; ?>"
data-preview="#tickets/<?php echo $row['ticket_id']; ?>/preview"
href="tickets.php?id=<?php echo $T['ticket_id']; ?>"
data-preview="#tickets/<?php echo $T['ticket_id']; ?>/preview"
><?php echo $tid; ?></a></td>
<td align="center" nowrap><?php echo Format::db_datetime($T[$date_col ?: 'lastupdate']); ?></td>
<td><a <?php if ($flag) { ?> class="Icon <?php echo $flag; ?>Ticket" title="<?php echo ucfirst($flag); ?> Ticket" <?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment