INFRA-132 - s/array (/array(/
authorTim Otten <totten@civicrm.org>
Thu, 8 Jan 2015 22:50:52 +0000 (14:50 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 8 Jan 2015 22:50:52 +0000 (14:50 -0800)
CRM/Contact/Form/Domain.php
CRM/Upgrade/Incremental/php/FourThree.php
api/v3/Membership.php

index 8e36aa10dadec135e1cd0df5361eb4a8f0560885..5978859faf604a9e0b7a302c937a0abdcc6b03fc 100644 (file)
@@ -265,7 +265,7 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form {
     }
 
     $params += array('contact_id' => $this->_contactId);
-    $contactParams = array (
+    $contactParams = array(
       'sort_name'    => $domain->name,
       'display_name' => $domain->name,
       'legal_name'   => $domain->name,
index e6f15176bc282a2b46558d035ffb84bf481af1c2..f8e2d09d81695de496841e94cd26f66565487aba 100644 (file)
@@ -476,7 +476,7 @@ WHERE  name IN ('Donation', 'Event Fee', 'Member Dues') AND is_active =1
 
     if ($daoFetchTypes->N < 3) {
       $modifiedDefaults = TRUE;
-      $insertStatments = array (
+      $insertStatments = array(
         'Donation' => "('Donation', 0, 1, 1)",
         'Member' => "('Member Dues', 0, 1, 1)",
         'Event Fee' => "('Event Fee', 0, 1, 0)",
index 125d77db8da4785b4a5f8c7bca35e62af062baf8..a6a29785e6895793ebd406e0530d7d6de175a944 100644 (file)
@@ -113,7 +113,7 @@ function civicrm_api3_membership_create($params) {
   // Fixme: This code belongs in the BAO
   $action = CRM_Core_Action::ADD;
   // we need user id during add mode
-    $ids = array ();
+    $ids = array();
     if (!empty($params['contact_id'])) {
       $ids['userId'] = $params['contact_id'];
     }