Skip to content
Snippets Groups Projects
Commit 74b742b5 authored by Jared Hancock's avatar Jared Hancock
Browse files

Revert "Time display issue, rebased for 1.8dev"

This reverts commit bc773adb.
parent cb68ed00
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,4 @@ if($faq->getNumAttachments()) { ?>
</div>
</p>
<hr>
<div class="faded">&nbsp;Last updated <?php echo Format::db_date($faq->getUpdateDate()); ?></div>
<div class="faded">&nbsp;Last updated <?php echo Format::db_daydatetime($category->getUpdateDate()); ?></div>
......@@ -33,7 +33,7 @@ if($thisstaff->canManageFAQ()) {
<?php echo ($topics=$faq->getHelpTopics())?implode(', ',$topics):' '; ?>
</div>
</p>
<div class="faded">&nbsp;Last updated <?php echo Format::db_date($faq->getUpdateDate()); ?></div>
<div class="faded">&nbsp;Last updated <?php echo Format::db_daydatetime($category->getUpdateDate()); ?></div>
<hr>
<?php
if($thisstaff->canManageFAQ()) {
......
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