Author: david
Date: Mon Jun 27 15:43:05 2011
New Revision: 9199
Log:
Fix copy & paste error
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Mon Jun 27 15:39:31 2011 (r9198)
+++ trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Mon Jun 27 15:43:05 2011 (r9199)
@@ -96,8 +96,8 @@
<?php echo render_show(__('Identifier'),
render_value($item->object->descriptionIdentifier)) ?>
- <?php if (null !== $note = $item->description): ?>
- <?php echo render_show(__('Nature of relationship'),
render_value($note->getContent(array('cultureFallback' => true)))) ?>
+ <?php if (null !== $item->description): ?>
+ <?php echo render_show(__('Nature of relationship'),
render_value($item->description)) ?>
<?php endif; ?>
<?php echo render_show(__('Dates of the relationship'),
Qubit::renderDateStartEnd($item->date, $item->startDate, $item->endDate)) ?>
--
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.