Skip to content
Snippets Groups Projects
Commit 17f69d23 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3404 from jdelhome3578/issue/helptopicupdatetime

1.10 :: Fix Last Updated variable for Help Topics
parents 62ba91ef 5251f5d2
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ $order_by = 'sort'; ...@@ -147,7 +147,7 @@ $order_by = 'sort';
<td><?php echo $priority; ?></td> <td><?php echo $priority; ?></td>
<td><a href="departments.php?id=<?php echo $deptId; <td><a href="departments.php?id=<?php echo $deptId;
?>"><?php echo $dept; ?></a></td> ?>"><?php echo $dept; ?></a></td>
<td>&nbsp;<?php echo Format::datetime($team->updated); ?></td> <td>&nbsp;<?php echo Format::datetime($topic->updated); ?></td>
</tr> </tr>
<?php <?php
} //end of foreach. } //end of foreach.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment