INFRA-132 - CRM/ACL - Misc
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 22:56:52 +0000 (14:56 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:46 +0000 (15:07 -0800)
CRM/ACL/API.php
CRM/ACL/BAO/ACL.php

index 0d3c6925eea26aa56ea8907ccbff65ca56fca7fc..03b700bbd949bb50295b700f79e1125213f2f21f 100644 (file)
@@ -90,7 +90,8 @@ class CRM_ACL_API {
    *
    * @return string the group where clause for this user
    */
-  public static function whereClause($type,
+  public static function whereClause(
+    $type,
     &$tables,
     &$whereTables,
     $contactID = NULL,
index 378579bc22a4ed5dcbe10235ad4a146b2c7b0c7e..ff64129ec58e8c79ea58403f96cfee2c3cdbd21b 100644 (file)
@@ -108,7 +108,8 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
    * @return string           -   The WHERE clause, or 0 on failure
    * @static
    */
-  public static function permissionClause(&$tables, $operation,
+  public static function permissionClause(
+    &$tables, $operation,
     $object_table = NULL, $object_id = NULL,
     $acl_id = NULL, $acl_role = FALSE
   ) {
@@ -851,7 +852,8 @@ SELECT g.*
    *
    * @return array
    */
-  public static function group($type,
+  public static function group(
+    $type,
     $contactID = NULL,
     $tableName = 'civicrm_saved_search',
     $allGroups = NULL,