Author: david
Date: Fri Sep 11 12:44:45 2009
New Revision: 3229
Log:
Remove call to deprecated format_date() function for recent updates. Fixes
issue #851.
Modified:
trunk/apps/qubit/modules/search/templates/recentUpdatesSuccess.php
Modified: trunk/apps/qubit/modules/search/templates/recentUpdatesSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/recentUpdatesSuccess.php Fri Sep
11 09:13:59 2009 (r3228)
+++ trunk/apps/qubit/modules/search/templates/recentUpdatesSuccess.php Fri Sep
11 12:44:45 2009 (r3229)
@@ -79,7 +79,7 @@
</td>
<?php endif; ?>
<td>
- <?php echo format_date('Y-m-d H:i', $result->getUpdatedAt()) ?>
+ <?php echo $result->getUpdatedAt() ?>
</td>
<?php endforeach; ?>
</tbody>
@@ -103,4 +103,4 @@
<div class="result-count">
<?php echo __('displaying %1% to %2% of %3% results', array('%1%' =>
$pager->getFirstIndice(), '%2%' => $pager->getLastIndice(), '%3%' =>
$pager->getNbResults())) ?>
-</div>
\ No newline at end of file
+</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---