Skip to content
Snippets Groups Projects
Commit 5251f5d2 authored by jdelhome3578's avatar jdelhome3578 Committed by GitHub
Browse files

Fix Last Updated variable

parent 55dc25ac
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ $order_by = 'sort';
<td><?php echo $priority; ?></td>
<td><a href="departments.php?id=<?php echo $deptId;
?>"><?php echo $dept; ?></a></td>
<td>&nbsp;<?php echo Format::datetime($team->updated); ?></td>
<td>&nbsp;<?php echo Format::datetime($topic->updated); ?></td>
</tr>
<?php
} //end of foreach.
......
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