Author: sevein
Date: Sun Oct 24 03:12:08 2010
New Revision: 8404
Log:
Fix typo.
Modified:
trunk/apps/qubit/modules/informationobject/templates/_dates.php
Modified: trunk/apps/qubit/modules/informationobject/templates/_dates.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_dates.php Sun Oct
24 03:01:28 2010 (r8403)
+++ trunk/apps/qubit/modules/informationobject/templates/_dates.php Sun Oct
24 03:12:08 2010 (r8404)
@@ -3,7 +3,7 @@
<h3><?php echo __('Date') ?></h3>
<div>
- <?php echo
Qubit::renderDateStartEnd($item->getDateDisplay(array(cultureFallback =>
true)), $item->startDate, $item->endDate) ?>
+ <?php echo
Qubit::renderDateStartEnd($item->getDateDisplay(array('cultureFallback' =>
true)), $item->startDate, $item->endDate) ?>
<div class="note2" style="margin-left: 1.5em;">
<?php echo __('Type') ?>: <?php echo $item->type ?>
--
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.com/group/qubit-commits?hl=en.