Author: jablko
Date: Sun Oct 24 13:18:35 2010
New Revision: 8426

Log:
Drop identical alternative

Modified:
   trunk/apps/qubit/modules/function/templates/listSuccess.php

Modified: trunk/apps/qubit/modules/function/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24 
13:14:28 2010        (r8425)
+++ trunk/apps/qubit/modules/function/templates/listSuccess.php Sun Oct 24 
13:18:35 2010        (r8426)
@@ -13,11 +13,7 @@
     <?php foreach ($pager->getResults() as $item): ?>
       <tr>
         <td>
-        <?php if (QubitAcl::check($item, 'update')): ?>
           <?php echo 
link_to(render_title($item->getAuthorizedFormOfName(array('cultureFallback' => 
true))), array($item, 'module' => 'function')) ?>
-        <?php else: ?>
-          <?php echo 
link_to(render_title($item->getAuthorizedFormOfName(array('cultureFallback' => 
true))), array($item, 'module' => 'function')) ?>
-        <?php endif; ?>
         </td><td>
           <?php echo format_date($item->updatedAt, 'f') ?>
         </td>

-- 
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.

Reply via email to