Author: david
Date: Tue Dec 8 15:16:26 2009
New Revision: 4119
Log:
Fix copy & paste error for relationship->description field.
Modified:
trunk/apps/qubit/modules/function/templates/_relationships.php
Modified: trunk/apps/qubit/modules/function/templates/_relationships.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/_relationships.php Tue Dec
8 12:14:08 2009 (r4118)
+++ trunk/apps/qubit/modules/function/templates/_relationships.php Tue Dec
8 15:16:26 2009 (r4119)
@@ -49,7 +49,7 @@
<tbody>
<tr>
<th colspan="4">
- <?php echo $relationsForm->authorizedFormOfName->label('authorized
form(s) of name')->renderLabel() ?>
+ <?php echo $relationsForm->authorizedFormOfName->renderLabel() ?>
</th>
</tr>
<tr>
@@ -80,7 +80,7 @@
</tr>
<tr>
<td colspan="4">
- <?php echo $relationsForm->authorizedFormOfName->render() ?>
+ <?php echo $relationsForm->description->render() ?>
</td>
</tr>
<tr>
--
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.