Author: jablko
Date: Sat Oct 16 19:50:50 2010
New Revision: 8182
Log:
Drop parentheses
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 Sat Oct
16 00:02:56 2010 (r8181)
+++ trunk/apps/qubit/modules/function/templates/indexIsdfSuccess.php Sat Oct
16 19:50:50 2010 (r8182)
@@ -350,7 +350,7 @@
</div> <!-- /.section#controlArea -->
-<?php if ((QubitAcl::check($resource, 'update')) ||
(QubitAcl::check($resource, 'delete')) || (QubitAcl::check($resource,
'create'))): ?>
+<?php if (QubitAcl::check($resource, 'update') || QubitAcl::check($resource,
'delete') || QubitAcl::check($resource, 'create')): ?>
<div class="actions section">
<h2 class="element-invisible"><?php echo __('Actions') ?></h2>
--
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.