Author: sevein
Date: Fri Sep 24 05:06:17 2010
New Revision: 7805
Log:
Remove parantheses from function identifier in related functions field. Fixes
issue 1746.
Modified:
trunk/apps/qubit/modules/function/templates/indexIsdfSuccess.php
Modified: trunk/apps/qubit/modules/function/templates/indexIsdfSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/indexIsdfSuccess.php Fri Sep
24 04:59:26 2010 (r7804)
+++ trunk/apps/qubit/modules/function/templates/indexIsdfSuccess.php Fri Sep
24 05:06:17 2010 (r7805)
@@ -89,7 +89,7 @@
<!-- Identifier -->
<?php if (0 < strlen($identifier =
$relation->object->getDescriptionIdentifier(array('cultureFallback' =>
true)))): ?>
- (<?php echo $identifier ?>)
+ <?php echo $identifier ?>
<?php endif; ?>
<!-- Type of function -->
--
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.