INFRA-132 - Put "else" and "catch" on new line
authorTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 03:21:31 +0000 (19:21 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 03:27:06 +0000 (19:27 -0800)
151 files changed:
CRM/ACL/BAO/Cache.php
CRM/Activity/Page/AJAX.php
CRM/Admin/Form/Extensions.php
CRM/Admin/Form/Job.php
CRM/Admin/Form/Options.php
CRM/Admin/Form/Setting/Smtp.php
CRM/Admin/Page/Admin.php
CRM/Admin/Page/Extensions.php
CRM/Campaign/Form/Survey/Delete.php
CRM/Campaign/Page/DashBoard.php
CRM/Case/BAO/CaseType.php
CRM/Case/PseudoConstant.php
CRM/Case/XMLRepository.php
CRM/Contact/BAO/Contact/Permission.php
CRM/Contact/BAO/Contact/Utils.php
CRM/Contact/BAO/GroupContactCache.php
CRM/Contact/BAO/SavedSearch.php
CRM/Contact/Form/Task/Delete.php
CRM/Contact/Form/Task/SMSCommon.php
CRM/Contact/Page/View.php
CRM/Contribute/BAO/Query.php
CRM/Contribute/Form/Contribution/Main.php
CRM/Contribute/Form/Contribution/OnBehalfOf.php
CRM/Contribute/Form/Contribution/ThankYou.php
CRM/Contribute/Form/ContributionBase.php
CRM/Contribute/Form/ContributionCharts.php
CRM/Contribute/Form/ContributionPage/AddProduct.php
CRM/Contribute/Form/ManagePremiums.php
CRM/Contribute/Form/Task.php
CRM/Contribute/Form/UpdateBilling.php
CRM/Contribute/Form/UpdateSubscription.php
CRM/Contribute/Selector/Search.php
CRM/Core/BAO/ActionSchedule.php
CRM/Core/BAO/CMSUser.php
CRM/Core/BAO/CustomValueTable.php
CRM/Core/BAO/File.php
CRM/Core/BAO/Setting.php
CRM/Core/CodeGen/Config.php
CRM/Core/CodeGen/Main.php
CRM/Core/CodeGen/Util/Template.php
CRM/Core/Config.php
CRM/Core/DAO.php
CRM/Core/Error.php
CRM/Core/Form.php
CRM/Core/IDS.php
CRM/Core/Invoke.php
CRM/Core/ManagedEntities.php
CRM/Core/Payment/eWAY.php
CRM/Core/Reference/OptionValue.php
CRM/Core/Resources.php
CRM/Core/Smarty.php
CRM/Core/Smarty/plugins/block.crmRegion.php
CRM/Core/Smarty/plugins/function.crmScript.php
CRM/Core/Smarty/plugins/function.crmStyle.php
CRM/Core/Transaction.php
CRM/Custom/Form/CustomData.php
CRM/Dedupe/Merger.php
CRM/Event/Badge.php
CRM/Event/Form/Participant.php
CRM/Event/Form/Registration.php
CRM/Event/Form/Registration/Confirm.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Import/Field.php
CRM/Event/Page/EventInfo.php
CRM/Extension/Downloader.php
CRM/Extension/Manager.php
CRM/Extension/Manager/Module.php
CRM/Extension/Manager/Payment.php
CRM/Extension/Mapper.php
CRM/Extension/System.php
CRM/Friend/Form.php
CRM/Logging/Differ.php
CRM/Logging/Schema.php
CRM/Mailing/Info.php
CRM/Mailing/Selector/Browse.php
CRM/Member/BAO/MembershipType.php
CRM/Member/Form/Membership.php
CRM/Member/Import/Parser/Membership.php
CRM/Price/BAO/PriceField.php
CRM/Profile/Form.php
CRM/Profile/Form/Edit.php
CRM/Profile/Page/Dynamic.php
CRM/Queue/Runner.php
CRM/Report/BAO/ReportInstance.php
CRM/Report/Form/Event/Income.php
CRM/Report/Form/Instance.php
CRM/Report/Page/InstanceList.php
CRM/Report/Page/TemplateList.php
CRM/SMS/Page/Callback.php
CRM/SMS/Provider.php
CRM/Upgrade/Form.php
CRM/Upgrade/Incremental/Legacy.php
CRM/Upgrade/Incremental/php/FourThree.php
CRM/Upgrade/Incremental/php/FourTwo.php
CRM/Upgrade/Page/Upgrade.php
CRM/Upgrade/Snapshot/V4p2/Price/BAO/Field.php
CRM/Upgrade/Snapshot/V4p2/Price/BAO/LineItem.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/Field.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/FieldValue.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/LineItem.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/Set.php
CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php
CRM/Utils/API/HTMLInputCoder.php
CRM/Utils/API/NullOutputCoder.php
CRM/Utils/Array.php
CRM/Utils/Cache/SqlGroup.php
CRM/Utils/Constant.php
CRM/Utils/DeprecatedUtils.php
CRM/Utils/FakeObject.php
CRM/Utils/File.php
CRM/Utils/GlobalStack.php
CRM/Utils/Network.php
CRM/Utils/REST.php
CRM/Utils/Signer.php
CRM/Utils/Sort.php
CRM/Utils/System.php
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
CRM/Utils/System/Drupal8.php
CRM/Utils/System/Joomla.php
CRM/Utils/System/WordPress.php
CRM/Utils/XML.php
CRM/Utils/Zip.php
Civi/CiUtil/Command/CompareCommand.php
api/v3/CaseType.php
api/v3/Extension.php
api/v3/Generic.php
api/v3/Job.php
api/v3/utils.php
bin/cli.class.php
install/index.php
tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php
tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableSetGetTest.php
tests/phpunit/CRM/Core/InnoDBIndexerTest.php
tests/phpunit/CRM/Core/ManagedEntitiesTest.php
tests/phpunit/CRM/Core/TransactionTest.php
tests/phpunit/CRM/Extension/Container/BasicTest.php
tests/phpunit/CRM/Extension/Container/CollectionTest.php
tests/phpunit/CRM/Extension/Container/StaticTest.php
tests/phpunit/CRM/Extension/InfoTest.php
tests/phpunit/CRM/Extension/Manager/PaymentTest.php
tests/phpunit/CRM/Utils/SQL/SelectTest.php
tests/phpunit/CiviTest/CiviReportTestCase.php
tests/phpunit/CiviTest/civicrm.settings.dist.php
tests/phpunit/EnvTests.php
tests/phpunit/Utils.php
tests/phpunit/WebTest/Mailing/MailingTest.php
tests/phpunit/WebTest/Report/RolePermissionReportTest.php
tests/phpunit/api/v3/APIStandardsTest.php
tests/phpunit/api/v3/UtilsTest.php

index a22f00a3a116782267662fdae75e639398674e0c..3c5b01f9418f5c302945a1bdb1a534c23fd6aad7 100644 (file)
@@ -166,7 +166,8 @@ WHERE  modified_date IS NULL
       CRM_Core_Transaction::addCallback(CRM_Core_Transaction::PHASE_POST_COMMIT, function(){
         CRM_Core_DAO::singleValueQuery("TRUNCATE TABLE civicrm_acl_contact_cache");
       });
-    } else {
+    }
+    else {
       CRM_Core_DAO::singleValueQuery("TRUNCATE TABLE civicrm_acl_contact_cache");
     }
   }
index 423b72fed7dcee150484e6207e60bed1f053d261..28d2a41f2509d598732830f99128e0d09effe1cc 100644 (file)
@@ -235,7 +235,8 @@ class CRM_Activity_Page_AJAX {
         $rel['email'] = '';
         $rel['source'] = 'caseRoles';
         $caseRelationships[] = $rel;
-      } else {
+      }
+      else {
         foreach($value as $clientRole) {
           $relClient = array();
           $relClient['relation'] = 'Client';
index 44889c9687c7101102bcaa0b9fe0764a04134ecc..31be15dfd0c43a634c361ae4467a1dca5a8c4d6b 100644 (file)
@@ -179,7 +179,8 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
       try {
         CRM_Extension_System::singleton()->getManager()->uninstall(array($this->_key));
         CRM_Core_Session::setStatus("", ts('Extension Uninstalled'), "success");
-      } catch (CRM_Extension_Exception_DependencyException $e) {
+      }
+      catch (CRM_Extension_Exception_DependencyException $e) {
         // currently only thrown for payment-processor dependencies
         CRM_Core_Session::setStatus(ts('Cannot uninstall this extension - there is at least one payment processor using the payment processor type provided by it.'), ts('Uninstall Error'), 'error');
       }
@@ -207,7 +208,8 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
       ));
       if (! CRM_Utils_Array::value('is_error', $result, FALSE)) {
         CRM_Core_Session::setStatus("", ts('Extension Upgraded'), "success");
-      } else {
+      }
+      else {
         CRM_Core_Session::setStatus($result['error_message'], ts('Extension Upgrade Failed'), "error");
       }
     }
index 2f1a7413823c73b7b9760c494db936105d1071ad..be4d4542ca60855af607a4127229abfc94442c5a 100644 (file)
@@ -124,7 +124,8 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form {
     $apiRequest = \Civi\API\Request::create($fields['api_entity'], $fields['api_action'], array('version' => 3), NULL);
     try {
       $apiKernel->resolve($apiRequest);
-    } catch (\Civi\API\Exception\NotImplementedException $e) {
+    }
+    catch (\Civi\API\Exception\NotImplementedException $e) {
       $errors['api_action'] = ts('Given API command is not defined.');
     }
 
index 13934263add429a3aeaed5db14ced67bb28684d0..a77b1032d2df2ac4dddd9c013b212cf45a4bafdd 100644 (file)
@@ -415,7 +415,8 @@ class CRM_Admin_Form_Options extends CRM_Admin_Form {
       if ($this->_id && !array_key_exists('filter', $params)) {
         if ($this->_gName == 'participant_role') {
           $params['filter'] = 0;
-        } else {
+        }
+        else {
           $params['filter'] = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionValue', $this->_id, 'filter', 'id');
         }
       }
index e567163f82db6f6c096358fd6be95a2ef6c64ff7..55651fe3bd0fe2dc33ec7b6d2c5c7ed69964aa6d 100644 (file)
@@ -91,7 +91,8 @@ class CRM_Admin_Form_Setting_Smtp extends CRM_Admin_Form_Setting {
     if ($buttonName == $this->_testButtonName) {
       if ($formValues['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_DISABLED) {
         CRM_Core_Session::setStatus(ts('You have selected "Disable Outbound Email". A test email can not be sent.'), ts("Email Disabled"), "error");
-      } elseif ( $formValues['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_REDIRECT_TO_DB ) {
+      }
+      elseif ( $formValues['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_REDIRECT_TO_DB ) {
         CRM_Core_Session::setStatus(ts('You have selected "Redirect to Database". A test email can not be sent.'), ts("Email Disabled"), "error");
       }
       else {
index e62f83c667fb7b51551f98cae0635e02dc822a46..40df721971dceea746d7846178bbe84d5475286a 100644 (file)
@@ -108,7 +108,8 @@ class CRM_Admin_Page_Admin extends CRM_Core_Page {
         $adminPanel[$groupId]['show'] = $v['show'];
         $adminPanel[$groupId]['hide'] = $v['hide'];
         $adminPanel[$groupId]['title'] = $title;
-      } else {
+      }
+      else {
         $adminPanel[$groupId] = array();
         $adminPanel[$groupId]['show'] = '';
         $adminPanel[$groupId]['hide'] = '';
index 8edf380a7547f260968e5c65d6c2174ab1ddad60..0dbb4a2b44a1cec8cded87d603f929f1d8a181ce 100644 (file)
@@ -160,7 +160,8 @@ class CRM_Admin_Page_Extensions extends CRM_Core_Page_Basic {
     foreach($keys as $key) {
       try {
         $obj = $mapper->keyToInfo($key);
-      } catch (CRM_Extension_Exception $ex) {
+      }
+      catch (CRM_Extension_Exception $ex) {
         CRM_Core_Session::setStatus(ts('Failed to read extension (%1). Please refresh the extension list.', array(1 => $key)));
         continue;
       }
@@ -298,7 +299,8 @@ class CRM_Admin_Page_Extensions extends CRM_Core_Page_Basic {
     $extensionRow = (array) $obj;
     try {
       $extensionRow['path'] = $mapper->keyToBasePath($obj->key);
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $extensionRow['path'] = '';
     }
     $extensionRow['status'] = $manager->getStatus($obj->key);
index a6bc4991cfcbe40ca634107b110e2f0e1ff37404..ff91793985470b10b288bea876f2963c31f2e9f1 100644 (file)
@@ -101,7 +101,8 @@ class CRM_Campaign_Form_Survey_Delete extends CRM_Core_Form {
       CRM_Campaign_BAO_Survey::del($this->_surveyId);
       CRM_Core_Session::setStatus('', ts("'%1' survey has been deleted.", array(1 => $this->_surveyTitle)), 'success');
       CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/campaign', 'reset=1&subPage=survey'));
-    } else {
+    }
+    else {
       CRM_Core_Error::fatal(ts('Delete action is missing expected survey ID.'));
     }
   }
index ac5f28598398a9379d30a1521b33b4c74d83803a..472fb14c7c311407ea2b3a6a5d585873258cf8ec 100644 (file)
@@ -334,7 +334,8 @@ class CRM_Campaign_Page_DashBoard extends CRM_Core_Page {
         if ($surveysData[$sid]['result_id']) {
           $resultSet = '<a href= "javascript:displayResultSet( ' . $sid . ',' . "'" . $surveysData[$sid]['title'] . "'" . ', ' . $surveysData[$sid]['result_id'] . ' )" title="' . ts('view result set').'">' . ts('Result Set') . '</a>';
           $surveysData[$sid]['result_id'] = $resultSet;
-        } else {
+        }
+        else {
           $resultUrl = CRM_Utils_System::url("civicrm/survey/configure/results", "action=update&id={$sid}&reset=1");
           $surveysData[$sid]['result_id'] = "<a href='{$resultUrl}' class='status-warning'>(" . ts('Incomplete. Click to configure result set.') . ')</a>';
         }
index 699ec1ca21b3a7722061df82ea9dd4ca7d96b170..d17a4aafb4f91a823b4d8230c6369850cb79798f 100644 (file)
@@ -91,7 +91,8 @@ class CRM_Case_BAO_CaseType extends CRM_Case_DAO_CaseType {
   protected function assignTestValue($fieldName, &$fieldDef, $counter) {
     if ($fieldName == 'definition') {
       $this->{$fieldName} = "<CaseType><name>TestCaseType{$counter}</name></CaseType>";
-    } else {
+    }
+    else {
       parent::assignTestValue($fieldName, $fieldDef, $counter);
     }
   }
index d22e4d85240aee08b3cba019643ea35d534bccbd..8795b032883beca73cdca0be802da533274f8da4 100644 (file)
@@ -144,7 +144,8 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   public static function caseType($column = 'title', $onlyActive = TRUE) {
     if ($onlyActive) {
       $condition = " is_active = 1 ";
-    } else {
+    }
+    else {
       $condition = NULL;
     }
     $caseType = NULL;
index 0be96d708bf9c6ff888ccbd6aad8dd9d02e39253..8ec73aabfef4655a6ecbf56a14db450aae77d3a3 100644 (file)
@@ -98,7 +98,8 @@ class CRM_Case_XMLRepository {
       $fileXml = $this->retrieveFile($caseType);
       if ($fileXml) {
         $this->xml[$caseType] = $fileXml;
-      } else {
+      }
+      else {
         return FALSE;
       }
     }
index ca887e15ccc5e70eedf4b5764ef41d1d21982cb7..61f2ce62f116eaaa60b7d1e81fff4d812f8456c9 100644 (file)
@@ -381,7 +381,8 @@ WHERE  (( contact_id_a = %1 AND contact_id_b = %2 AND is_permission_a_b = 1 ) OR
     if ($checkSumValidationResult && $form && CRM_Utils_Request::retrieve('cs', 'String', $form, FALSE)) {
       // if result is already validated, and url has cs, set the flag.
       $session->set('authSrc', CRM_Core_Permission::AUTH_SRC_CHECKSUM);
-    } else if (($session->get('authSrc') & CRM_Core_Permission::AUTH_SRC_CHECKSUM) == CRM_Core_Permission::AUTH_SRC_CHECKSUM) {
+    }
+    else if (($session->get('authSrc') & CRM_Core_Permission::AUTH_SRC_CHECKSUM) == CRM_Core_Permission::AUTH_SRC_CHECKSUM) {
       // if checksum wasn't present in REQUEST OR checksum result validated as FALSE,
       // and flag was already set exactly as AUTH_SRC_CHECKSUM, unset it.
       $session->set('authSrc', CRM_Core_Permission::AUTH_SRC_UNKNOWN);
index 53a67454fe0eeda6f446a91c6fe7d572d75ba1dc..915191fb7ad611a72c2cce6b113a53f81c485cf7 100644 (file)
@@ -854,7 +854,8 @@ Group By  componentId";
         if (!in_array($field, $skipFields)){
           if (isset($masterAddress->$field)) {
           $values[$field] = $masterAddress->$field;
-          } else {
+          }
+          else {
             $values[$field] = '';
         }
       }
index 0e0675293c4cf6a9e1ccfca52cac4cc48dbf5717..0fe643e053b1d0301c62db89fe3a126ca2e5e7c2 100644 (file)
@@ -305,11 +305,13 @@ WHERE  id IN ( $groupIDs )
 
     if ($groupID == NULL) {
       $invoked = TRUE;
-    } else if (is_array($groupID)) {
+    }
+    else if (is_array($groupID)) {
       foreach ($groupID as $gid) {
         unset(self::$_alreadyLoaded[$gid]);
       }
-    } else if ($groupID && array_key_exists($groupID, self::$_alreadyLoaded)) {
+    }
+    else if ($groupID && array_key_exists($groupID, self::$_alreadyLoaded)) {
       unset(self::$_alreadyLoaded[$groupID]);
     }
 
index 782b1f7c0592627ab19bddbb321b240fc1f58a3c..18e2118d87985b2b899d664606e7eb0c188878c1 100644 (file)
@@ -167,7 +167,8 @@ class CRM_Contact_BAO_SavedSearch extends CRM_Contact_DAO_SavedSearch {
     if ($params) {
       if (!empty($params['customSearchID'])) {
         // this has not yet been implemented
-      } else {
+      }
+      else {
       return CRM_Contact_BAO_Query::getWhereClause($params, NULL, $tables, $whereTables);
     }
     }
index 08edbdace4310d4e175691869c625c5e9634fabd..264508fef053cefa0aa31faec10cfa028a5cc581 100644 (file)
@@ -88,7 +88,8 @@ class CRM_Contact_Form_Task_Delete extends CRM_Contact_Form_Task {
     if ($cid) {
       if (!CRM_Contact_BAO_Contact_Permission::allow($cid, CRM_Core_Permission::EDIT)) {
         CRM_Core_Error::fatal(ts('You do not have permission to delete this contact. Note: you can delete contacts if you can edit them.'));
-      } elseif (CRM_Contact_BAO_Contact::checkDomainContact($cid)) {
+      }
+      elseif (CRM_Contact_BAO_Contact::checkDomainContact($cid)) {
         CRM_Core_Error::fatal(ts('This contact is a special one for the contact information associated with the CiviCRM installation for this domain. No one is allowed to delete it because the information is used for special system purposes.'));
       }
 
index 6d060f8b08d5b05f2a36ee179245a15bff72cb30..2ca5b46f1670bf255c8cef9e16dcbfd1680a0156 100644 (file)
@@ -415,7 +415,8 @@ class CRM_Contact_Form_Task_SMSCommon {
       }
       $status .= '</ul>';
       CRM_Core_Session::setStatus($status, ts('One Message Not Sent', array('count' => count($sent), 'plural' => '%count Messages Not Sent')), 'info');
-    } else {
+    }
+    else {
       //Display the name and number of contacts for those sms is not sent.
       $smsNotSent = array_diff_assoc($allContactIds, $contactIds);
 
index 133cb93735041021c386528bd9cc1bd057bd7301..bfd3a63b63d117f7bb17f086ff3885d2aad22333 100644 (file)
@@ -227,7 +227,8 @@ class CRM_Contact_Page_View extends CRM_Core_Page {
     // Check if this is default domain contact CRM-10482
     if (CRM_Contact_BAO_Contact::checkDomainContact($this->_contactId)) {
       $this->assign('domainContact', TRUE);
-    } else {
+    }
+    else {
       $this->assign('domainContact', FALSE);
     }
 
index 80c9c9e803666843ac251d2370abcdff24d3671d..26c360547d5acc6d85534f704dc182d9f90d74af 100644 (file)
@@ -382,12 +382,14 @@ class CRM_Contribute_BAO_Query {
           $query->_qill[$grouping][] = ts('Contributions OR Soft Credits? - Soft Credits Only');
           $query->_tables['civicrm_contribution'] = $query->_whereTables['civicrm_contribution'] = 1;
           $query->_tables['civicrm_contribution_soft'] = $query->_whereTables['civicrm_contribution_soft'] = 1;
-        } else if ($value == 'both_related') {
+        }
+        else if ($value == 'both_related') {
           $query->_where[$grouping][] = "contribution_search_scredit_combined.filter_id IS NOT NULL";
           $query->_qill[$grouping][] = ts('Contributions OR Soft Credits? - Soft Credits with related Hard Credit');
           $query->_tables['civicrm_contribution'] = $query->_whereTables['civicrm_contribution'] = 1;
           $query->_tables['civicrm_contribution_soft'] = $query->_whereTables['civicrm_contribution_soft'] = 1;
-        } else if ($value == 'both') {
+        }
+        else if ($value == 'both') {
           $query->_qill[$grouping][] = ts('Contributions OR Soft Credits? - Both');
           $query->_tables['civicrm_contribution'] = $query->_whereTables['civicrm_contribution'] = 1;
           $query->_tables['civicrm_contribution_soft'] = $query->_whereTables['civicrm_contribution_soft'] = 1;
@@ -790,7 +792,8 @@ class CRM_Contribute_BAO_Query {
         if (in_array(self::$_contribOrSoftCredit, array("only_scredits", "both_related", "both"))) {
           $from .= " $side JOIN civicrm_contact civicrm_contact_d ON (civicrm_contribution.contact_id = civicrm_contact_d.id )
             AND contribution_search_scredit_combined.scredit_id IS NOT NULL";
-        } else {
+        }
+        else {
           $from .= " $side JOIN civicrm_contact civicrm_contact_d ON (civicrm_contribution_soft.contact_id = civicrm_contact_d.id )";
         }
         break;
index 0c8d042bd14486ff98d1892d84f95996235fbc55..e88a5219be21e9e9e075e4423e13c6bde7b1b873 100644 (file)
@@ -602,7 +602,8 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
 
     if ($billingModePaymentProcessors && count($this->_paymentProcessors) == $billingModePaymentProcessors) {
       $allAreBillingModeProcessors = TRUE;
-    } else {
+    }
+    else {
       $allAreBillingModeProcessors = FALSE;
     }
 
@@ -688,7 +689,8 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
         $unit .= "(s)";
       }
       $form->assign('frequency_unit', $unit);
-    } else {
+    }
+    else {
       $form->assign('one_frequency_unit', FALSE);
       $units = array();
       $frequencyUnits = CRM_Core_OptionGroup::values('recur_frequency_units');
@@ -1298,7 +1300,8 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
 
     if ($this->_membershipBlock['is_separate_payment'] && !empty($params['separate_amount'])) {
       $this->set('amount', $params['separate_amount']);
-    } else {
+    }
+    else {
       $this->set('amount', $params['amount']);
     }
 
index d4de8f8508458ccd4ff8599bbae1e175f98d7713..d7200c797221073d2b1953e3e877ffbabf6af100 100644 (file)
@@ -77,7 +77,8 @@ class CRM_Contribute_Form_Contribution_OnBehalfOf {
           // if _membershipContactID belongs to employers list, we can say:
           $form->_relatedOrganizationFound = TRUE;
         }
-      } else if (!empty($form->_employers)) {
+      }
+      else if (!empty($form->_employers)) {
         // not a renewal case and _employers list is not empty
         $form->_relatedOrganizationFound = TRUE;
       }
index 05523c1a6c3252fdfa85c3a74a38c702eb4c2f85..ba3d69cd8e3d01d990329416442172bbdb94cc08 100644 (file)
@@ -105,7 +105,8 @@ class CRM_Contribute_Form_Contribution_ThankYou extends CRM_Contribute_Form_Cont
     }
     if ($this->_priceSetId && !CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $this->_priceSetId, 'is_quick_config')) {
       $this->assign('lineItem', $this->_lineItem);
-    } else {
+    }
+    else {
       if (is_array($membershipTypeID)) {
         $membershipTypeID = current($membershipTypeID);
       }
index 7df238d58ab4fae256f7a82896d9d69d379691a6..26cba8ce6a55cb9521f87a0afb7e44ce388eb2b5 100644 (file)
@@ -247,7 +247,8 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
               $this->assign('membershipContactID', $this->_membershipContactID);
               $this->assign('membershipContactName', $employers[$this->_membershipContactID]['name']);
               $validMembership = TRUE;
-            } else {
+            }
+            else {
               $membershipType = new CRM_Member_BAO_MembershipType();
               $membershipType->id = $membership->membership_type_id;
               if ($membershipType->find(TRUE)) {
index 68af8adf4dc7102d92852c0ca386906ef1dc8043..41bdba22c69a5edae8414c1eb8b61562e7b9c420 100644 (file)
@@ -173,7 +173,8 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
         $yearlyChart = TRUE;
         if (!empty($config->fiscalYearStart) && ($config->fiscalYearStart['M'] !== 1 || $config->fiscalYearStart['d'] !== 1)) {
           $values['xLabelAngle'] = 45;
-        } else {
+        }
+        else {
           $values['xLabelAngle'] = 0;
         }
       }
index f63547aa2141ec37c429befbafe21ad20ca47984..0ee679cb2282922dc329b4fe630c9d08fa95b5bf 100644 (file)
@@ -84,7 +84,8 @@ class CRM_Contribute_Form_ContributionPage_AddProduct extends CRM_Contribute_For
       $defaults['product_id'] = $dao->product_id;
       $defaults['financial_type_id']   = $dao->financial_type_id;
       $defaults['weight'] = $dao->weight;
-    } else {
+    }
+    else {
       $dao = new CRM_Contribute_DAO_Product();
       $dao->id = key($this->_products);
       $dao->find(TRUE);
index fcd0c60eae038b3139874568638fecdbb9126a80..82a45b20146f76c7ba47788ba764ca654761052b 100644 (file)
@@ -307,19 +307,23 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form {
               $params['image'] = $this->_resizeImage($imageFile, "_full", 200, 200);
               $params['thumbnail'] = $this->_resizeImage($imageFile, "_thumb", 50, 50);
             }
-          } else {
+          }
+          else {
             $error = TRUE;
             $params['image'] = $config->resourceBase . 'i/contribute/default_premium.jpg';
             $params['thumbnail'] = $config->resourceBase . 'i/contribute/default_premium_thumb.jpg';
           }
-        } elseif ($value == 'thumbnail') {
+        }
+        elseif ($value == 'thumbnail') {
           $params['image'] = $params['imageUrl'];
           $params['thumbnail'] = $params['thumbnailUrl'];
-        } elseif ($value == 'default_image') {
+        }
+        elseif ($value == 'default_image') {
           $url = parse_url($config->userFrameworkBaseURL);
           $params['image'] = $config->resourceBase . 'i/contribute/default_premium.jpg';
           $params['thumbnail'] = $config->resourceBase . 'i/contribute/default_premium_thumb.jpg';
-        } else {
+        }
+        else {
           $params['image'] = "";
           $params['thumbnail'] = "";
         }
@@ -368,9 +372,11 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form {
     $image = imagecreatetruecolor($width, $height);
     if($imageInfo['mime'] == 'image/gif') {
       $source = imagecreatefromgif($filename);
-    } elseif($imageInfo['mime'] == 'image/png') {
+    }
+    elseif($imageInfo['mime'] == 'image/png') {
       $source = imagecreatefrompng($filename);
-    } else {
+    }
+    else {
       $source = imagecreatefromjpeg($filename);
     }
 
index 90c10e02e87b18df9c985b83e585014150de1f60..2e5e73c6d3d0f4763402968c9f8cb3c899f5cd13 100644 (file)
@@ -135,7 +135,8 @@ class CRM_Contribute_Form_Task extends CRM_Core_Form {
         $contactIds = $contributionContactIds = array();
         $query->_rowCountClause = " count(civicrm_contribution.id)";
         $query->_groupByComponentClause = " GROUP BY contribution_search_scredit_combined.id, contribution_search_scredit_combined.contact_id, contribution_search_scredit_combined.scredit_id ";
-      } else {
+      }
+      else {
         $query->_distinctComponentClause = ' civicrm_contribution.id';
         $query->_groupByComponentClause = ' GROUP BY civicrm_contribution.id ';
       }
index 07b8d5b3f445035dc59381c4ec3dce0e18a3480b..94879f1e295c75ab32e23f5f46e14be64c81bad8 100644 (file)
@@ -422,7 +422,8 @@ class CRM_Contribute_Form_UpdateBilling extends CRM_Core_Form {
     $userID  = $session->get('userID');
     if ( $userID && $status) {
       $session->setStatus($status, $msgTitle, $msgType);
-    } else if (!$userID) {
+    }
+    else if (!$userID) {
       if ($status)
         CRM_Utils_System::setUFMessage($status);
       $result = (int) ($updateSubscription && isset($ctype));
index 8c54e33e7ac8861fc545984f556c0995abca5db8..453617d7d475d9653f4f0655c631479faf42c62a 100644 (file)
@@ -308,7 +308,8 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form {
     $userID  = $session->get('userID');
     if ( $userID && $status) {
       CRM_Core_Session::setStatus($status, $msgTitle, $msgType);
-    } else if (!$userID) {
+    }
+    else if (!$userID) {
       if ($status)
         CRM_Utils_System::setUFMessage($status);
       // keep result as 1, since we not displaying anything on the redirected page anyway
index 3a3be90833388e5a08442db6738714f5b3a23f96..05e2ae2cc11f63ed01f6208555625d2030fd3a5e 100644 (file)
@@ -203,7 +203,8 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C
     if ($this->_includeSoftCredits) {
       $this->_query->_rowCountClause = " count(civicrm_contribution.id)";
       $this->_query->_groupByComponentClause = " GROUP BY contribution_search_scredit_combined.id, contribution_search_scredit_combined.contact_id, contribution_search_scredit_combined.scredit_id ";
-    } else {
+    }
+    else {
       $this->_query->_distinctComponentClause = " civicrm_contribution.id";
       $this->_query->_groupByComponentClause = " GROUP BY civicrm_contribution.id ";
     }
index c5ed9d45d7d60e1730229348e94e92407bb8fb06..587ef5922cf26ed4ad4f5769193b95a3f1b79630 100644 (file)
@@ -1152,7 +1152,8 @@ WHERE      $group.id = {$actionSchedule->group_id}
           if ($isSmartGroup) {
             $join[] = "INNER JOIN civicrm_group_contact_cache grp ON {$contactField} = grp.contact_id";
             $where[] = "grp.group_id IN ({$actionSchedule->group_id})";
-          } else {
+          }
+          else {
             $join[] = "INNER JOIN civicrm_group_contact grp ON {$contactField} = grp.contact_id AND grp.status = 'Added'";
             $where[] = "grp.group_id IN ({$actionSchedule->group_id})";
           }
@@ -1169,7 +1170,8 @@ WHERE      $group.id = {$actionSchedule->group_id}
           if ($isSmartGroup) {
             $addGroup = " INNER JOIN civicrm_group_contact_cache grp ON c.id = grp.contact_id";
             $addWhere = " grp.group_id IN ({$actionSchedule->group_id})";
-          } else {
+          }
+          else {
             $addGroup = " INNER JOIN civicrm_group_contact grp ON c.id = grp.contact_id AND grp.status = 'Added'";
             $addWhere = " grp.group_id IN ({$actionSchedule->group_id})";
           }
index 88aaf2f511c45cef8685d9fca031e52ea42bf153..42f0d44f4da9c0b41d61d8cb042b1415a42dce87 100644 (file)
@@ -365,7 +365,8 @@ class CRM_Core_BAO_CMSUser {
       if (!empty($form->_bltID) && array_key_exists("email-{$form->_bltID}", $fields)) {
         // this is a transaction related page
         $emailName = 'email-' . $form->_bltID;
-      } else {
+      }
+      else {
         // find the email field in a profile page
         foreach ($fields as $name => $dontCare) {
           if (substr($name, 0, 5) == 'email') {
index 15d6290e00fef69ed7ac5e5baeb334ecbcb7a544..2b1ca78553d8561261625b7961854f552990c884 100644 (file)
@@ -465,7 +465,8 @@ AND    $cond
               else {
                 $result["{$dao->id}"]["{$fieldID}"] = $dao->$fieldName;
               }
-            } else {
+            }
+            else {
               $result["{$fieldID}_{$dao->id}"] = $dao->$fieldName;
             }
           }
index ee584c68a0878f7197051e7ea8f54c3b231c21f8..097beaa2e32a60b3e7290a011e916f0353bfaada 100644 (file)
@@ -346,7 +346,8 @@ FROM      civicrm_file AS CF
 LEFT JOIN civicrm_entity_file AS CEF ON ( CEF.file_id = CF.id )
 WHERE     CF.id = %2";
 
-    } else {
+    }
+    else {
       $sql = "
 SELECT    CF.id as cfID,
            CF.uri as uri,
index a4602f9e1cb655b0adbfa65f90d90e036d30c04e..6a38775c53ab30924ebdd5cd8f262a9d0fe0681f 100644 (file)
@@ -795,7 +795,8 @@ class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting {
     $domain->find(TRUE);
     if ($domain->config_backend) {
       $values = unserialize($domain->config_backend);
-    } else {
+    }
+    else {
       $values = array();
     }
     $spec = self::getSettingSpecification(NULL, array('name' => $name), $domainID);
index 9acf881daf9fd3e655e775b3417709eb36c9d8df..086169ff5264670ca210f16821b85e118cb82803 100644 (file)
@@ -25,7 +25,8 @@ class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask {
       if ($configTemplate) {
         echo "Generating civicrm.config.php\n";
         copy($configTemplate, '../civicrm.config.php');
-      } else {
+      }
+      else {
         throw new Exception("Failed to locate template for civicrm.config.php");
       }
     }
index 3c9c37c3f3c344e74ae75ba127e00db0616fde36..f359e767164deff3380804355993fd23e501f8e7 100644 (file)
@@ -114,7 +114,8 @@ Alternatively you can get a version of CiviCRM that matches your PHP version
       if (is_a($task, 'CRM_Core_CodeGen_ITask')) {
         $task->setConfig($this);
         $task->run();
-      } else {
+      }
+      else {
         echo "Bad news: we tried to run a codegen task of an unrecognized type: {$component}\n";
         exit();
       }
index 5f6b2f09b27e9cfa8dc44f7e08c908113f20e62b..9924f6dcbf1233e58a2cb7a991075550f85de7e5 100644 (file)
@@ -68,7 +68,8 @@ class CRM_Core_CodeGen_Util_Template {
       $this->beautifier->setOutputFile($outpath);
       $this->beautifier->process();
       $this->beautifier->save();
-    } else {
+    }
+    else {
       file_put_contents($outpath, $renderedContents);
     }
   }
index 94d44570724d5b4741692e2c56ae37c919a31f35..8912a343db16bd3cef5d7915005208a4664940e1 100644 (file)
@@ -741,7 +741,8 @@ class CRM_Core_Config extends CRM_Core_Config_Variables {
       $this->userPermissionClass->upgradePermissions(
         CRM_Core_Permission::basicPermissions()
       );
-    } else {
+    }
+    else {
       // Cannot store permissions -- warn if any modules require them
       $modules_with_perms = array();
       foreach ($module_files as $module_file) {
index 2b686b3ecc67af2396b8658d8c65db88889d2b9d..ec2073ae976fe23b8fecdb9817014126e590161b 100644 (file)
@@ -1519,7 +1519,8 @@ SELECT contact_id
       if (!defined('CIVICRM_DSN')) {
         if (function_exists('mysql_real_escape_string')) {
           return mysql_real_escape_string($string);
-        } else {
+        }
+        else {
           throw new CRM_Core_Exception("Cannot generate SQL. \"mysql_real_escape_string\" is missing. Have you installed PHP \"mysql\" extension?");
         }
       }
@@ -1624,7 +1625,8 @@ SELECT contact_id
           if ($FKClassName != NULL) {
             $object->assignTestFK($fieldName, $fieldDef, $params);
             continue;
-          } else {
+          }
+          else {
             $object->assignTestValue($fieldName, $fieldDef, $counter);
           }
         }
index a0a2d99409957f454d11353853148451f364aadf..0fc3f0531cef561ec0b84ed0f2fc69c405eb57a1 100644 (file)
@@ -401,7 +401,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
   public static function handleUnhandledException($exception) {
     try {
       CRM_Utils_Hook::unhandledException($exception);
-    } catch (Exception $other) {
+    }
+    catch (Exception $other) {
       // if the exception-handler generates an exception, then that sucks! oh, well. carry on.
       CRM_Core_Error::debug_var('handleUnhandledException_nestedException', self::formatTextException($other));
     }
@@ -607,7 +608,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
     if ( defined( 'CIVICRM_DEBUG_LOG_QUERY' ) ) {
       if ( CIVICRM_DEBUG_LOG_QUERY == 'backtrace' ) {
         CRM_Core_Error::backtrace( $string, TRUE );
-      } else if ( CIVICRM_DEBUG_LOG_QUERY ) {
+      }
+      else if ( CIVICRM_DEBUG_LOG_QUERY ) {
         CRM_Core_Error::debug_var( 'Query', $string, FALSE, TRUE );
       }
     }
@@ -802,7 +804,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
         $ei = $ei->getCause();
       }
       $msg .= $e->toHtml();
-    } else {
+    }
+    else {
       $msg .= '<p><b>' . get_class($e) . ': "' . htmlentities($e->getMessage()) . '"</b></p>';
       $msg .= '<pre>' . htmlentities(self::formatBacktrace($e->getTrace())) . '</pre>';
     }
index f4aafa52a005d781c0cad4708bbe6d8b7ad2b0a6..084b5450ed7c5cccd60f2b071189f15d2cfe083d 100644 (file)
@@ -996,7 +996,8 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
     if ($displayTime) {
       $this->addDateTime($name . $from, $label, $required, array('formatType' => $dateFormat));
       $this->addDateTime($name . $to, ts('To:'), $required, array('formatType' => $dateFormat));
-    } else {
+    }
+    else {
       $this->addDate($name . $from, $label, $required, array('formatType' => $dateFormat));
       $this->addDate($name . $to, ts('To:'), $required, array('formatType' => $dateFormat));
     }
@@ -1804,7 +1805,8 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
           if (!$options) {
             $targetField->setAttribute('placeholder', $targetField->getAttribute('data-none-prompt'));
           }
-        } else {
+        }
+        else {
           $targetField->setAttribute('placeholder', $targetField->getAttribute('data-empty-prompt'));
           $targetField->setAttribute('disabled', 'disabled');
         }
index 13f31f1cae6a3b69eb748a6a5d9c4ffb641303cc..75713269ee1c6c71eb3dafc323883b80650fe636 100644 (file)
@@ -77,7 +77,8 @@ class CRM_Core_IDS {
     try {
       $init = IDS_Init::init($configFile);
       $ids  = new IDS_Monitor($_REQUEST, $init);
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // might be an old stale copy of Config.IDS.ini
       // lets try to rebuild it again and see if it works
       $configFile = self::createConfigFile(TRUE);
index 236111391cbab39d21179d8419d393ad281adcfc..67f1adc801677c227713ac983a05420534349f0c 100644 (file)
@@ -81,7 +81,8 @@ class CRM_Core_Invoke {
       self::hackStandalone($args);
       $item = self::getItem($args);
       return self::runItem($item);
-    } else {
+    }
+    else {
       // Symfony-based invocation path
       require_once CIVICRM_SYMFONY_PATH . '/app/bootstrap.php.cache';
       require_once CIVICRM_SYMFONY_PATH . '/app/AppKernel.php';
@@ -91,7 +92,8 @@ class CRM_Core_Invoke {
       if (preg_match(':^text/html:', $response->headers->get('Content-Type'))) {
         // let the CMS handle the trappings
         return $response->getContent();
-      } else {
+      }
+      else {
         $response->send();
         exit();
       }
@@ -169,7 +171,8 @@ class CRM_Core_Invoke {
     if (is_array($args)) {
       // get the menu items
       $path = implode('/', $args);
-    } else {
+    }
+    else {
       $path = $args;
     }
     $item = CRM_Core_Menu::get($path);
index 7d8749bf6589efbae24d8f4f61c835ded99fe2d3..5a562d6a1fea4f9b68908962f0c03c4d5094261b 100644 (file)
@@ -63,7 +63,8 @@ class CRM_Core_ManagedEntities {
 
     if ($declarations !== NULL) {
       $this->declarations = self::cleanDeclarations($declarations);
-    } else {
+    }
+    else {
       $this->declarations = NULL;
     }
   }
@@ -89,7 +90,8 @@ class CRM_Core_ManagedEntities {
         $this->onApiError($dao->entity_type, 'getsingle', $params, $result);
       }
       return $result;
-    } else {
+    }
+    else {
       return NULL;
     }
   }
@@ -113,9 +115,11 @@ class CRM_Core_ManagedEntities {
     foreach ($decls as $moduleName => $todos) {
       if (isset($this->moduleIndex[TRUE][$moduleName])) {
         $this->reconcileEnabledModule($this->moduleIndex[TRUE][$moduleName], $todos);
-      } elseif (isset($this->moduleIndex[FALSE][$moduleName])) {
+      }
+      elseif (isset($this->moduleIndex[FALSE][$moduleName])) {
         // do nothing -- module should get swept up later
-      } else {
+      }
+      else {
         throw new Exception("Entity declaration references invalid or inactive module name [$moduleName]");
       }
     }
@@ -137,7 +141,8 @@ class CRM_Core_ManagedEntities {
         // update existing entity; remove from $todos
         $this->updateExistingEntity($dao, $todos[$dao->name]);
         unset($todos[$dao->name]);
-      } else {
+      }
+      else {
         // remove stale entity; not in $todos
         $this->removeStaleEntity($dao);
       }
index 4dfce475e741e0d435e4d7ad03c59c648177f594..ceb785e7b8a040eb9bdf2e9b47483dad633b5299 100644 (file)
@@ -413,7 +413,8 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
            $trxn_id           = str_replace( 'test', '', $trxn_id );
            $trxn_id           = intval($trxn_id) + 1;
            $params['trxn_id'] = sprintf('test%08d', $trxn_id);
-       } else {
+       }
+       else {
            $params['trxn_id'] = $eWAYResponse->TransactionNumber();
        }
        */
index eed0b5d93c2a229f5ab2f7e205ce7a1d42a67581..98a5b2df29c9f5c1bfda237880821012a8966cf0 100644 (file)
@@ -38,7 +38,8 @@ class CRM_Core_Reference_OptionValue extends CRM_Core_Reference_Basic {
     }
     if ($targetDao->option_group_id == $this->getTargetOptionGroupId()) {
       return parent::findReferences($targetDao);
-    } else {
+    }
+    else {
       return NULL;
     }
   }
@@ -55,7 +56,8 @@ class CRM_Core_Reference_OptionValue extends CRM_Core_Reference_Basic {
     }
     if ($targetDao->option_group_id == $this->getTargetOptionGroupId()) {
       return parent::getReferenceCount($targetDao);
-    } else {
+    }
+    else {
       return NULL;
     }
   }
index f21384b25e1ca62cfef3e3642fda73a13ffd0929..b431eb30b5ec9a65ddd3bfcdbbd724e438ea18fc 100644 (file)
@@ -605,7 +605,8 @@ class CRM_Core_Resources {
       $filePath = $this->getPath($ext, $file);
       if ($filePath && is_readable($filePath)) {
         $stringsByFile[$file] = CRM_Utils_JS::parseStrings(file_get_contents($filePath));
-      } else {
+      }
+      else {
         $stringsByFile[$file] = array();
       }
       $this->cache->set($ext, $stringsByFile);
index 7c941d8cba681478b38db85af7cbf4150a5c57e9..caf5925d5dc97c3ad7172bfe5f8e675f399f6a08 100644 (file)
@@ -221,7 +221,8 @@ class CRM_Core_Smarty extends Smarty {
     $this->pushScope($vars);
     try {
       $result = $this->fetch($resource_name);
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // simulate try { ... } finally { ... }
       $this->popScope();
       throw $e;
@@ -266,7 +267,8 @@ class CRM_Core_Smarty extends Smarty {
   public function addTemplateDir($path) {
     if ( is_array( $this->template_dir ) ) {
       array_unshift( $this->template_dir, $path );
-    } else {
+    }
+    else {
       $this->template_dir = array( $path, $this->template_dir );
     }
 
index 4f185d7fb72e9bb5805d7f587b50b32f0005d177..23166b3438f4e6acd4e464980aad6d35ed4b86f3 100644 (file)
@@ -25,7 +25,8 @@ function smarty_block_crmRegion($params, $content, &$smarty, &$repeat)
   if ($region) {
     $result = $region->render($content, CRM_Utils_Array::value('allowCmsOverride', $params, TRUE));
     return $result;
-  } else {
+  }
+  else {
     return $content;
   }
 }
index 46971059d70dc50c0e9210dc866c7eca04796336..952b0b21d540d7ce7e81573039f42af6a23146a9 100644 (file)
@@ -59,9 +59,11 @@ function smarty_function_crmScript($params, &$smarty) {
 
   if (array_key_exists('file', $params)) {
     $res->addScriptFile($params['ext'], $params['file'], $params['weight'], $params['region']);
-  } elseif (array_key_exists('url', $params)) {
+  }
+  elseif (array_key_exists('url', $params)) {
     $res->addScriptUrl($params['url'], $params['weight'], $params['region']);
-  } else {
+  }
+  else {
     CRM_Core_Error::debug_var('crmScript_params', $params);
     throw new Exception("crmScript requires url or ext+file");
   }
index 43c5dd9ec01db64f4784feaafc14479583dcbc93..4a98660b677d2be7699a15146c20f84ac6f6782c 100644 (file)
@@ -59,9 +59,11 @@ function smarty_function_crmStyle($params, &$smarty) {
 
   if (array_key_exists('file', $params)) {
     $res->addStyleFile($params['ext'], $params['file'], $params['weight'], $params['region']);
-  } elseif (array_key_exists('url', $params)) {
+  }
+  elseif (array_key_exists('url', $params)) {
     $res->addStyleUrl($params['url'], $params['weight'], $params['region']);
-  } else {
+  }
+  else {
     CRM_Core_Error::debug_var('crmStyle_params', $params);
     throw new Exception("crmStyle requires url or ext+file");
   }
index 91dece866f30f3e7c5544cd16b125b02c4999117..aad1beeef625a4cf736430ef0c1abf96a031808e 100644 (file)
@@ -183,7 +183,8 @@ class CRM_Core_Transaction {
   public function run($callable) {
     try {
       $callable($this);
-    } catch (Exception $ex) {
+    }
+    catch (Exception $ex) {
       $this->rollback()->commit();
       throw $ex;
     }
index c7fd99cb9b1edc556a2e320d831d3b428e9b3f9a..433a460d7c303aa003edd0e6cead47212a434a4e 100644 (file)
@@ -107,7 +107,8 @@ class CRM_Custom_Form_CustomData {
     $urlGroupId = CRM_Utils_Request::retrieve('groupID', 'Positive', CRM_Core_DAO::$_nullObject);
     if ( isset($typeCheck) && $urlGroupId) {
       $form->_groupID = $urlGroupId;
-    } else {
+    }
+    else {
       $form->_groupID = CRM_Utils_Request::retrieve('groupID', 'Positive', $form);
     }
 
index cfef7dd5007c708f0022a0fd5a17a38cf8d332a5..2934f8a20f2b2a2f2f59007ad06978d89fd277ec 100644 (file)
@@ -1555,7 +1555,8 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
     if ($other_sub_types = CRM_Utils_array::value('contact_sub_type', $migrationInfo['other_details'])) {
       if ($main_sub_types = CRM_Utils_array::value('contact_sub_type', $migrationInfo['main_details'])) {
         $submitted['contact_sub_type'] = array_unique( array_merge($main_sub_types, $other_sub_types));
-      } else {
+      }
+      else {
         $submitted['contact_sub_type'] = $other_sub_types;
       }
     }
@@ -1568,7 +1569,8 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
       if ($currentEmloyerId = CRM_Utils_Array::value('current_employer_id', $submitted)) {
         if (!CRM_Utils_System::isNull($currentEmloyerId)) {
           $submitted['current_employer'] = $submitted['current_employer_id'];
-        } else {
+        }
+        else {
           $submitted['current_employer'] = '';
         }
         unset($submitted['current_employer_id']);
index e11044703c98e4c19eab9291dcdb1c7134b66a04..7dd9349fc9c700760b44e2d6abab0c864b5f2708 100644 (file)
@@ -127,7 +127,8 @@ class CRM_Event_Badge {
           }
         }
       }
-    } else {
+    }
+    else {
       $imgFile = 'No template directories defined anywhere??';
     }
 
index de8c5d5d822813c036fe3e3570e0679a2629f82a..5a800e35964f5dc543db02dad4ec25b4e1cf10e6 100644 (file)
@@ -998,7 +998,8 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment
         if ($this->_quickConfig && !empty($params['total_amount']) &&
           $params['status_id'] != array_search('Partially paid', $participantStatus)) {
           $params['fee_amount'] = $params['total_amount'];
-        } else {
+        }
+        else {
           //fix for CRM-3086
           $params['fee_amount'] = $params['amount'];
         }
index 3ccadb3ca3e12d584f04111e2ec5b64a54c4557a..ddb881f5716c7b98e5fc967e5d8336174219ea84 100644 (file)
@@ -791,7 +791,8 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
 
       if (array_key_exists('email-5', $this->_params)) {
       $mail = 'email-5';
-      } else {
+      }
+      else {
         foreach ($this->_params as $name => $dontCare) {
           if (substr($name, 0, 5) == 'email') {
             $mail = $name;
index d4ebee428bcab6c7b3c3f3428d3900fda4038d87..031f6709238d1b1652e9002d984ed9f113f763a7 100644 (file)
@@ -1220,7 +1220,8 @@ class CRM_Event_Form_Registration_Confirm extends CRM_Event_Form_Registration {
       if ($participantNum) {
         $prefix1 = 'additional';
         $prefix2 = 'additional_';
-      } else {
+      }
+      else {
         $prefix1 = '';
         $prefix2 = '';
       }
index 4cc735bdbb191a2b50d5028b1843de5d3ff00cb1..0a397fafb6a2b10dc095fa2958677300fc0b525b 100644 (file)
@@ -493,7 +493,8 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
 
     if ($billingModePaymentProcessors && count($this->_paymentProcessors) == $billingModePaymentProcessors) {
       $allAreBillingModeProcessors = TRUE;
-    } else {
+    }
+    else {
       $allAreBillingModeProcessors = FALSE;
     }
 
@@ -515,7 +516,8 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
         && !$this->_values['event']['is_confirm_enabled']
       ) {
         $buttonLabel = ts('Register >>');
-      } else {
+      }
+      else {
         $buttonLabel = ts('Continue >>');
       }
 
index fcc59e50590e810381acb6b193967fff2b640c95..c785340008e1765558f6e6951268d9cab031c9ba 100644 (file)
@@ -121,7 +121,8 @@ class CRM_Event_Import_Field {
             }
             if (in_array($this->_value, $events)) {
                 return true;
-            } else {
+            }
+            else {
                 return false;
             }
             break;
index 056d6f4039656df2f37f903c5e1447305586ea80..8d9583ba9a81ebcc5ad9617727aad70561812c53 100644 (file)
@@ -105,7 +105,8 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page {
       $discountId= CRM_Core_BAO_Discount::findSet($this->_id, 'civicrm_event');
       if ($discountId) {
         $priceSetId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Discount', $discountId, 'price_set_id');
-      } else {
+      }
+      else {
         $priceSetId = CRM_Price_BAO_PriceSet::getFor('civicrm_event', $this->_id);
       }
 
index b8f152e3b0da35b491a4fbcef63ed3e2192b4673..26d6b1557c26afefdb9578a66ee31154be370ae7 100644 (file)
@@ -208,7 +208,8 @@ class CRM_Extension_Downloader {
 
     try {
       $newInfo = CRM_Extension_Info::loadFromFile($filename);
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       CRM_Core_Session::setStatus(ts('Failed reading data from %1 during installation', array(1 => $filename)), ts('Installation Error'), 'error');
       return FALSE;
     }
index db6716c8e06aa2047fa2a1e6958947407bb96dfe..3cfca6397cd3515d573e32a4f0bb553eff34bcf6 100644 (file)
@@ -393,7 +393,8 @@ class CRM_Extension_Manager {
     $statuses = $this->getStatuses();
     if (array_key_exists($key, $statuses)) {
       return $statuses[$key];
-    } else {
+    }
+    else {
       return self::STATUS_UNKNOWN;
     }
   }
@@ -420,12 +421,14 @@ class CRM_Extension_Manager {
         try {
           $path = $this->fullContainer->getPath($dao->full_name);
           $codeExists = !empty($path) && is_dir($path);
-        } catch (CRM_Extension_Exception $e) {
+        }
+        catch (CRM_Extension_Exception $e) {
           $codeExists = FALSE;
         }
         if ($dao->is_active) {
           $this->statuses[$dao->full_name] = $codeExists ? self::STATUS_INSTALLED : self::STATUS_INSTALLED_MISSING;
-        } else {
+        }
+        else {
           $this->statuses[$dao->full_name] = $codeExists ? self::STATUS_DISABLED : self::STATUS_DISABLED_MISSING;
         }
       }
@@ -453,7 +456,8 @@ class CRM_Extension_Manager {
     $info = $this->mapper->keyToInfo($key); // throws Exception
     if (array_key_exists($info->type, $this->typeManagers)) {
       return array($info, $this->typeManagers[$info->type]);
-    } else {
+    }
+    else {
       throw new CRM_Extension_Exception("Unrecognized extension type: " . $info->type);
     }
   }
@@ -471,10 +475,12 @@ class CRM_Extension_Manager {
     if ($info) {
       if (array_key_exists($info->type, $this->typeManagers)) {
         return array($info, $this->typeManagers[$info->type]);
-      } else {
+      }
+      else {
         throw new CRM_Extension_Exception("Unrecognized extension type: " . $info->type);
       }
-    } else {
+    }
+    else {
       throw new CRM_Extension_Exception("Failed to reconstruct missing extension: " . $key);
     }
   }
@@ -511,7 +517,8 @@ class CRM_Extension_Manager {
       $dao->file = $info->file;
       $dao->is_active = 1;
       return (bool) ($dao->update());
-    } else {
+    }
+    else {
       return $this->_createExtensionEntry($info);
     }
   }
@@ -527,7 +534,8 @@ class CRM_Extension_Manager {
     if ($dao->find(TRUE)) {
       if (CRM_Core_BAO_Extension::del($dao->id)) {
         CRM_Core_Session::setStatus(ts('Selected option value has been deleted.'), ts('Deleted'), 'success');
-      } else {
+      }
+      else {
         throw new CRM_Extension_Exception("Failed to remove extension entry");
       }
     } // else: post-condition already satisified
@@ -557,7 +565,8 @@ class CRM_Extension_Manager {
     if ($dao->find(TRUE)) {
       $info = new CRM_Extension_Info($dao->full_name, $dao->type, $dao->name, $dao->label, $dao->file);
       return $info;
-    } else {
+    }
+    else {
       return NULL;
     }
   }
index ff750fc40f616bc1b98e88bf89bec162edf6358a..2215a91c38bd2b03a19c4a3ebb97ff8e1340a2de 100644 (file)
@@ -65,7 +65,8 @@ class CRM_Extension_Manager_Module extends CRM_Extension_Manager_Base {
   private function callHook(CRM_Extension_Info $info, $hookName) {
     try {
       $file = $this->mapper->keyToPath($info->key);
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       return;
     }
     if (!file_exists($file)) {
index 4fb95291ac20a975dc0d1e8df7dab3e4ba4f590f..251e48e29ce24872cd2629db814d8814f69ccf98 100644 (file)
@@ -195,10 +195,12 @@ class CRM_Extension_Manager_Payment extends CRM_Extension_Manager_Base {
       if (! file_exists($file)) {
         CRM_Core_Session::setStatus(ts('Failed to load file (%3) for payment processor (%1) while running "%2"', array(1 => $info->key, 2 => $method, 3 => $file)), '', 'error');
         return;
-      } else {
+      }
+      else {
         require_once $file;
       }
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       CRM_Core_Session::setStatus(ts('Failed to determine file path for payment processor (%1) while running "%2"', array(1 => $info->key, 2 => $method)), '', 'error');
       return;
     }
index fdf7c3c2ae7ad936ef2123c09202842d7a06dc87..0766cf98dee4c7447e3bb1b6e2482a43b3a32b98 100755 (executable)
@@ -97,13 +97,15 @@ class CRM_Extension_Mapper {
     $this->cacheKey = $cacheKey;
     if ($civicrmUrl) {
       $this->civicrmUrl = rtrim($civicrmUrl, '/');
-    } else {
+    }
+    else {
       $config = CRM_Core_Config::singleton();
       $this->civicrmUrl = rtrim($config->resourceBase, '/');
     }
     if ($civicrmPath) {
       $this->civicrmPath = rtrim($civicrmPath, '/');
-    } else {
+    }
+    else {
       global $civicrm_root;
       $this->civicrmPath = rtrim($civicrm_root, '/');
     }
@@ -180,7 +182,8 @@ class CRM_Extension_Mapper {
     if ($fresh || !array_key_exists($key, $this->infos)) {
       try {
         $this->infos[$key] = CRM_Extension_Info::loadFromFile($this->container->getPath($key) . DIRECTORY_SEPARATOR . CRM_Extension_Info::FILENAME);
-      } catch (CRM_Extension_Exception $e) {
+      }
+      catch (CRM_Extension_Exception $e) {
         // file has more detailed info, but we'll fallback to DB if it's missing -- DB has enough info to uninstall
         $this->infos[$key] = CRM_Extension_System::singleton()->getManager()->createInfoFromDB($key);
         if (!$this->infos[$key]) {
@@ -292,7 +295,8 @@ class CRM_Extension_Mapper {
             'prefix' => $dao->file,
             'filePath' => $this->keyToPath($dao->full_name),
           );
-        } catch (CRM_Extension_Exception $e) {
+        }
+        catch (CRM_Extension_Exception $e) {
           // Putting a stub here provides more consistency
           // in how getActiveModuleFiles when racing between
           // dirty file-removals and cache-clears.
index 405be0055083de33d69c6321b2f911bc627f3e95..021b3a6e625a9cd76aaf54505cb96fcc2b395d3d 100644 (file)
@@ -61,7 +61,8 @@ class CRM_Extension_System {
     if (! self::$singleton || $fresh) {
       if (self::$singleton) {
         self::$singleton = new CRM_Extension_System(self::$singleton->parameters);
-      } else {
+      }
+      else {
         self::$singleton = new CRM_Extension_System();
       }
     }
@@ -136,7 +137,8 @@ class CRM_Extension_System {
     if ($this->defaultContainer === NULL) {
       if ($this->parameters['extensionsDir']) {
         $this->defaultContainer = new CRM_Extension_Container_Default($this->parameters['extensionsDir'], $this->parameters['extensionsURL'], $this->getCache(), 'default');
-      } else {
+      }
+      else {
         $this->defaultContainer = FALSE;
       }
     }
@@ -216,7 +218,8 @@ class CRM_Extension_System {
           'group' => 'ext',
           'prefetch' => TRUE,
         ));
-      } else {
+      }
+      else {
         $this->cache = new CRM_Utils_Cache_ArrayCache(array());
       }
     }
index 2d3ecec1bcb9a85f5247d85646f20a197cd1dec4..428741fd4cbe673848d01e27662e157b845801dc 100644 (file)
@@ -86,7 +86,8 @@ class CRM_Friend_Form extends CRM_Core_Form {
       if ($pcomponent == 'event') {
         $this->_entityTable = 'civicrm_event';
         $isShare = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_entityId, 'is_share');
-      } else {
+      }
+      else {
         $isShare = CRM_Utils_Array::value('is_share', $values);
       }
       // Tell Form.tpl whether to include SocialNetwork.tpl for social media sharing
@@ -303,7 +304,8 @@ class CRM_Friend_Form extends CRM_Core_Form {
         $this->assign('linkTextUrl', $linkTextUrl);
         $this->assign('linkText', $linkText);
       }
-    } else if ( $this->_entityTable == 'civicrm_event' ) {
+    }
+    else if ( $this->_entityTable == 'civicrm_event' ) {
       // If this is tell a friend after registering for an event, give donor link to create their own fundraising page
       require_once 'CRM/PCP/BAO/PCP.php';
       if ( $linkText = CRM_PCP_BAO_PCP::getPcpBlockStatus( $defaults['entity_id'], $defaults['entity_table'] ) ) {
index 04dc8866f8b23cdc292b9c57b32f78da2079a518..f75b638394b22ca4693fd76730109b0c5d0465eb 100644 (file)
@@ -313,7 +313,8 @@ WHERE lt.log_conn_id = %1 AND
       }
       elseif (substr($table, 0, 14) == 'civicrm_value_') {
         list($titles[$table], $values[$table]) = $this->titlesAndValuesForCustomDataTable($table);
-      } else {
+      }
+      else {
         $titles[$table] = $values[$table] = array();
       }
     }
index 9dcbe29eaee9d76773fa851569a5f4a17ffcbc2c..244617654d8227082bb91680c9fb11cdbd4cb434 100644 (file)
@@ -449,11 +449,13 @@ WHERE  table_schema IN ('{$this->db}', '{$civiDB}')";
         if ($civiTableSpecs[$col]['DATA_TYPE'] != CRM_Utils_Array::value('DATA_TYPE', $logTableSpecs[$col])) {
           // if data-type is different, surely consider the column
           $diff['MODIFY'][] = $col;
-        } else if ($civiTableSpecs[$col]['IS_NULLABLE'] != CRM_Utils_Array::value('IS_NULLABLE', $logTableSpecs[$col]) &&
+        }
+        else if ($civiTableSpecs[$col]['IS_NULLABLE'] != CRM_Utils_Array::value('IS_NULLABLE', $logTableSpecs[$col]) &&
           $logTableSpecs[$col]['IS_NULLABLE'] == 'NO') {
           // if is-null property is different, and log table's column is NOT-NULL, surely consider the column
           $diff['MODIFY'][] = $col;
-        } else if ($civiTableSpecs[$col]['COLUMN_DEFAULT'] != CRM_Utils_Array::value('COLUMN_DEFAULT', $logTableSpecs[$col]) &&
+        }
+        else if ($civiTableSpecs[$col]['COLUMN_DEFAULT'] != CRM_Utils_Array::value('COLUMN_DEFAULT', $logTableSpecs[$col]) &&
           !strstr($civiTableSpecs[$col]['COLUMN_DEFAULT'], 'TIMESTAMP')) {
           // if default property is different, and its not about a timestamp column, consider it
           $diff['MODIFY'][] = $col;
index cf73eff420240f1c71ea172468c0864d7d94333b..cb954343e7dbafc5449679e70d21fec77f466b6e 100644 (file)
@@ -91,7 +91,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
         'return' => array("msg_html", "id", "msg_title", "msg_subject"),
         'id' => array('>' => 58),
       ));
-    } else {
+    }
+    else {
       // CiviMail UI
       $emailAdd = civicrm_api3('Email', 'get', array(
         'sequential' => 1,
index 2ca4af7abc4b5d2f03e33bfc5af1d0144da04c45..b973623dda7741153ce10de71027a9bedb020807 100644 (file)
@@ -535,7 +535,8 @@ LEFT JOIN  civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul
     if (isset($isArchived)) {
       if ($isArchived) {
         $clauses[] = "civicrm_mailing.is_archived = 1";
-      } else {
+      }
+      else {
         $clauses[] = "(civicrm_mailing.is_archived IS NULL OR civicrm_mailing.is_archived = 0)";
       }
     }
index 062be223da472fbe2caaa4d2ef2cf2545efc2326..9eb1d699b7d4ebde0f6289f90114bb197354e31a 100644 (file)
@@ -526,7 +526,8 @@ class CRM_Member_BAO_MembershipType extends CRM_Member_DAO_MembershipType {
             $month = substr($membershipTypeDetails['fixed_period_start_day'], 0, strlen($membershipTypeDetails['fixed_period_start_day']) - 2);
             $day = substr($membershipTypeDetails['fixed_period_start_day'], -2);
             $year += 1;
-          } else {
+          }
+          else {
             $year = $year + ($numRenewTerms * $membershipTypeDetails['duration_interval']);
           }
           break;
index f7ea549083273a9e087df935d3a7540500bd7eaf..7a46b74d10c0e83c198f483b9305febbafe86994 100644 (file)
@@ -1599,7 +1599,8 @@ WHERE   id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )';
           if (isset($value['tax_amount']) && isset($value['tax_rate'])) {
             if (isset($dataArray[$value['tax_rate']])) {
               $dataArray[$value['tax_rate']] = $dataArray[$value['tax_rate']] + CRM_Utils_Array::value('tax_amount', $value);
-            } else {
+            }
+            else {
               $dataArray[$value['tax_rate']] = CRM_Utils_Array::value('tax_amount', $value);
             }
           }
index 1addb243d34cbb41111e7b3473864617940eda25..b5eb6244a1beb7e070e4fb909559f47aa3435762 100644 (file)
@@ -319,7 +319,8 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
             if ( $customFields[$customFieldID]['data_type'] == 'Date' ) {
               CRM_Contact_Import_Parser_Contact::formatCustomDate($params, $formatted, $dateType, $key);
               unset($params[$key]);
-            } else if ( $customFields[$customFieldID]['data_type'] == 'Boolean' ) {
+            }
+            else if ( $customFields[$customFieldID]['data_type'] == 'Boolean' ) {
               $params[$key] = CRM_Utils_String::strtoboolstr($val);
             }
           }
@@ -658,7 +659,8 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
                 ( strtolower($customValue) == strtolower(trim($v1)) )) {
                 if ( $type == 'CheckBox' ) {
                   $values[$key][$customValue] = 1;
-                } else {
+                }
+                else {
                   $values[$key][] = $customValue;
                 }
               }
index b98e8e99baf11c96f7ccdf2bc325dda2cc046551..710a7b3ab04588436e463b116d3c633adc472cd6 100644 (file)
@@ -148,14 +148,16 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
 
         if (CRM_Utils_Array::value( $index, CRM_Utils_Array::value('option_financial_type_id', $params))) {
           $options['financial_type_id'] =  $params['option_financial_type_id'][$index];
-        } elseif (!empty($params['financial_type_id'])) {
+        }
+        elseif (!empty($params['financial_type_id'])) {
           $options['financial_type_id'] = $params['financial_type_id'];
         }
 
         if ($opIds = CRM_Utils_Array::value('option_id', $params)) {
           if ($opId = CRM_Utils_Array::value($index, $opIds)) {
             $optionsIds['id'] = $opId;
-          } else {
+          }
+          else {
             $optionsIds['id'] = NULL;
           }
         }
@@ -761,7 +763,8 @@ WHERE  id IN (" . implode(',', array_keys($priceFields)) . ')';
         if (empty($noneSelectedPriceFields)) {
           $error['_qf_default'] = ts('Please select at least one option from price set.');
         }
-      } else {
+      }
+      else {
         $error['_qf_default'] = ts('Please select at least one option from price set.');
       }
     }
index 95c44a49dc4280629e79e8d9b2b54d91647a9f44..02430fc25f19b3fd2b83a0c2b041dce82d4c60a1 100644 (file)
@@ -309,7 +309,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
         if ($this->_multiRecord) {
           if ($this->_multiRecord != CRM_Core_Action::ADD) {
             $this->_recordId = CRM_Utils_Request::retrieve('recordId', 'Positive', $this);
-          } else {
+          }
+          else {
             $this->_recordId = NULL;
             $this->set('recordId', NULL);
           }
@@ -319,7 +320,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
             CRM_Core_Error::fatal(ts('The requested Profile (gid=%1) requires record id while performing this action',
               array(1 => $this->_gid)
             ));
-          } elseif (empty($this->_multiRecordFields)) {
+          }
+          elseif (empty($this->_multiRecordFields)) {
             CRM_Core_Error::fatal(ts('No Multi-Record Fields configured for this profile (gid=%1)',
               array(1 => $this->_gid)
             ));
@@ -339,7 +341,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
 
             if (array_key_exists($this->_recordId, $getValues)) {
               $this->_recordExists = TRUE;
-            } else {
+            }
+            else {
               $this->_recordExists = FALSE;
               if ($this->_multiRecord & CRM_Core_Action::UPDATE) {
                 CRM_Core_Session::setStatus(ts('Note: The record %1 doesnot exists. Upon save a new record will be create', array(1 => $this->_recordId)), ts('Record doesnot exist'), 'alert');
@@ -353,7 +356,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
             }
           }
 
-        } elseif (!empty($this->_multiRecordFields)
+        }
+        elseif (!empty($this->_multiRecordFields)
            && (!$this->_multiRecord || !in_array($this->_multiRecord, array(CRM_Core_Action::DELETE, CRM_Core_Action::UPDATE)) )) {
           CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'js/crm.livePage.js', 1, 'html-header');
           //multirecord listing page
@@ -391,7 +395,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
       if ($this->_multiRecord && !empty($this->_multiRecordFields)) {
         $this->_fields = $this->_multiRecordFields;
         $this->_multiRecordProfile = TRUE;
-      } elseif ($this->_multiRecord && empty($this->_multiRecordFields)) {
+      }
+      elseif ($this->_multiRecord && empty($this->_multiRecordFields)) {
         CRM_Core_Session::setStatus(ts('This feature is not currently available.'), ts('Sorry'), 'error');
         CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm', 'reset=1'));
       }
@@ -454,7 +459,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
         $defaultValues = CRM_Core_BAO_CustomValueTable::getEntityValues($this->_id, NULL, $fieldIds, TRUE);
         if ($this->_recordExists == TRUE) {
           $defaultValues = $defaultValues[$this->_recordId];
-        } else {
+        }
+        else {
           $defaultValues = NULL;
         }
       }
@@ -472,7 +478,8 @@ class CRM_Profile_Form extends CRM_Core_Form {
                 $this->_mode,
                 $value
               );
-            } else {
+            }
+            else {
               $this->_defaults[$name] = "";
             }
           }
index 6fa5ec876ec08509f485a2f148a1cbd9624e2a9a..de77131b0de91210a24aa1b52f56d96e3b92f1c7 100644 (file)
@@ -153,7 +153,8 @@ SELECT module,is_reserved
     if ($this->_multiRecord && $this->_customGroupTitle) {
       $groupTitle = ($this->_multiRecord & CRM_Core_Action::UPDATE) ? 'Edit ' . $this->_customGroupTitle . ' Record' : $this->_customGroupTitle;
 
-    } else {
+    }
+    else {
       $groupTitle = $this->_ufGroup['title'];
     }
     CRM_Utils_System::setTitle($groupTitle);
index 89f437366babf90c2f9a699813e867944a78f17f..90d10a41e5d79b0338baa5c2c22893df6e05b0b7 100644 (file)
@@ -300,7 +300,8 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page {
             $copyFields = $fields;
             CRM_Core_BAO_UFGroup::shiftMultiRecordFields($copyFields, $multiRecordFields);
             $fieldKey = key($multiRecordFields);
-          } else {
+          }
+          else {
             $fieldKey = key($fields);
           }
           if ($fieldID = CRM_Core_BAO_CustomField::getKeyID($fieldKey)) {
@@ -354,7 +355,8 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page {
       $fieldId = CRM_Core_BAO_CustomField::getKeyID($fieldDetail['name']);
       $customGroupDetails = CRM_Core_BAO_CustomGroup::getGroupTitles(array($fieldId));
       $multiRecTitle = $customGroupDetails[$fieldId]['groupTitle'];
-    } else {
+    }
+    else {
       $title = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_UFGroup', $this->_gid, 'title');
     }
 
index 3c88e2fef031fcd60fbe40516ed7e8c28ff4557e..1f694b677a062126664f669e81b930340a65a9e4 100644 (file)
@@ -214,7 +214,8 @@ class CRM_Queue_Runner {
         if (!$isOK) {
           $exception = new Exception('Task returned false');
         }
-      } catch (Exception$e) {
+      }
+      catch (Exception$e) {
         $isOK = FALSE;
         $exception = $e;
       }
index 2c922ec227432c2a4474b227ff92c79dfd1e5376..dcf7f94f49ec830ff411441cd0859a2543112223 100644 (file)
@@ -98,9 +98,11 @@ class CRM_Report_BAO_ReportInstance extends CRM_Report_DAO_ReportInstance {
     if (! $instanceID) {
       if ($reportID = CRM_Utils_Array::value('report_id', $params)) {
         $instance->report_id = $reportID;
-      } else if ($instanceID) {
+      }
+      else if ($instanceID) {
         $instance->report_id = CRM_Report_Utils_Report::getValueFromUrl($instanceID);
-      } else {
+      }
+      else {
         // just take it from current url
         $instance->report_id = CRM_Report_Utils_Report::getValueFromUrl();
       }
index 6dfcf0ef1db913e0046745a3a61c8d7945cf0e62..e0c33d31cf9e50696285ed1762c0f741c828007d 100644 (file)
@@ -359,7 +359,8 @@ class CRM_Report_Form_Event_Income extends CRM_Report_Form_Event {
           $count++;
           $numRows++;
         }
-      } elseif ($this->_params['id_op'] == 'notin') {
+      }
+      elseif ($this->_params['id_op'] == 'notin') {
         $events = CRM_Event_PseudoConstant::event(NULL, NULL,
           "is_template = 0"
         );
index 983cb89ef9c691e1414b3277fa171245ed9a94c6..b3e76d0e418149436fb64b087be46e08f6c7c0d8 100644 (file)
@@ -314,9 +314,11 @@ class CRM_Report_Form_Instance {
     if ($instanceID && !$isNew) {
       // updating existing instance
       $statusMsg = ts('"%1" report has been updated.', array(1 => $instance->title));
-    } elseif ($form->getVar('_id') && $isNew) {
+    }
+    elseif ($form->getVar('_id') && $isNew) {
       $statusMsg = ts('Your report has been successfully copied as "%1". You are currently viewing the new copy.', array(1 => $instance->title));
-    } else {
+    }
+    else {
       $statusMsg = ts('"%1" report has been successfully created. You are currently viewing the new report instance.', array(1 => $instance->title));
     }
     CRM_Core_Session::setStatus($statusMsg);
index 3d060d456fc80877c0cb9db9ec1acef6c540df05..1352a2244600414127496d8ab52fdd4f91bf22b1 100644 (file)
@@ -194,7 +194,8 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page {
       $this->assign('reportUrl', $reportUrl);
       if ($this->ovID) {
         $this->assign('title', $this->title);
-      } else {
+      }
+      else {
         CRM_Utils_System::setTitle(ts('%1 Reports', array(1 => $this->_compName)));
       }
     }
@@ -203,7 +204,8 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page {
       if ($this->compID) {
         $newButton = ts('New %1 Report', array(1 => $this->_compName));
         $templateUrl = CRM_Utils_System::url('civicrm/report/template/list', "reset=1&compid={$this->compID}");
-      } else {
+      }
+      else {
         $newButton = ts('New Report');
         $templateUrl = CRM_Utils_System::url('civicrm/report/template/list', "reset=1");
       }
index 934571e64c1d5324c18edf6d7f3af7dd51e71041..653e7c50d2b679a024162a40ae91ad652a0fa637 100644 (file)
@@ -54,7 +54,8 @@ class CRM_Report_Page_TemplateList extends CRM_Core_Page {
     if ($compID) {
       if ($compID == 99) {
         $compClause = " AND v.component_id IS NULL ";
-      } else {
+      }
+      else {
         $compClause = " AND v.component_id = {$compID} ";
       }
     }
index 83a202a285bd48da9cae77e344addc7d0e6ebcab..015fef0a6af51f68b1e7df235dae2ddd20da56a5 100644 (file)
@@ -41,7 +41,8 @@ class CRM_SMS_Page_Callback
 
     if (array_key_exists('status',$_REQUEST)){
       $provider->callback();
-    } else {
+    }
+    else {
       $provider->inbound();
     }
   }
index aaf681e457864750f9c901e3f1dd8ae169028f87..c6f6e5c89c86c9c0b6e73aea03d8dbc22e23a8e6 100644 (file)
@@ -79,7 +79,8 @@ abstract class CRM_SMS_Provider {
       if ($ext->isExtensionKey($providerName)) {
         $paymentClass = $ext->keyToClass($providerName);
         require_once "{$paymentClass}.php";
-      } else {
+      }
+      else {
         CRM_Core_Error::fatal("Could not locate extension for {$providerName}.");
       }
 
index bc5faa7d22355af5d9e62840590e29313a30f457..78bb47fa4284f04242a7bca70e5d73c5ab907b36 100644 (file)
@@ -686,7 +686,8 @@ SET    version = '$version'
       $postUpgradeMessage = file_get_contents($postUpgradeMessageFile);
       $versionObject->setPostUpgradeMessage($postUpgradeMessage, $rev);
       file_put_contents($postUpgradeMessageFile, $postUpgradeMessage);
-    } else {
+    }
+    else {
       $postUpgradeMessage = file_get_contents($postUpgradeMessageFile);
       CRM_Upgrade_Incremental_Legacy::setPostUpgradeMessage($postUpgradeMessage, $rev);
       file_put_contents($postUpgradeMessageFile, $postUpgradeMessage);
index 08d16de2f9b7b55519c2baa081a0154d302d124e..87ca1f4c13172b370f597bd3e25cd77a6e923d97 100644 (file)
@@ -105,7 +105,8 @@ SELECT  id
         $preUpgradeMessage .= '<br />' . ts('This system included an outdated, insecure script (%1). The file was automatically deleted.', array(
           1 => $ofcFile
         ));
-      } else {
+      }
+      else {
         $preUpgradeMessage .= '<br />' . ts('This system includes an outdated, insecure script (%1). Please delete it.', array(
           1 => $ofcFile
         ));
index 619dd361837224be433e7cba5562dd478b34e44f..78a354322a7a3bc2c89c0afa8e40477490cd0afe 100644 (file)
@@ -909,7 +909,8 @@ AND TABLE_SCHEMA = %1
       if ($value['tableName'] == 'civicrm_membership_type' || $value['tableName'] == 'civicrm_contribution_recur') {
         $foreignKeyExists = CRM_Core_DAO::checkConstraintExists($value['tableName'], $value['fkey']);
         $fKey = $value['fkey'];
-      } else {
+      }
+      else {
         $foreignKeyExists = CRM_Core_DAO::checkFKConstraintInFormat($value['tableName'], $columnName);
         $fKey = "`FK_{$value['tableName']}_{$columnName}`";
       }
index c03f54d178fe571a9b3a054f8896fac353382b47..6fb33ae416e9a7ddaf6de937945e77f150aee47d 100644 (file)
@@ -110,9 +110,11 @@ ORDER BY mp.contribution_id, mp.membership_id";
         $preUpgradeMessage .= '<br />' . ts('Could not determine path to civicrm.settings.php. Please manually locate it and add these lines at the bottom: <pre>%1</pre>', array(
           1 => self::SETTINGS_SNIPPET
         ));
-      } elseif (preg_match(self::SETTINGS_SNIPPET_PATTERN, file_get_contents(CIVICRM_SETTINGS_PATH))) {
+      }
+      elseif (preg_match(self::SETTINGS_SNIPPET_PATTERN, file_get_contents(CIVICRM_SETTINGS_PATH))) {
         // OK, nothing to do
-      } elseif (!is_writable(CIVICRM_SETTINGS_PATH)) {
+      }
+      elseif (!is_writable(CIVICRM_SETTINGS_PATH)) {
         $preUpgradeMessage .= '<br />' . ts('The settings file (%1) must be updated. Please make it writable or manually add these lines:<pre>%2</pre>', array(
           1 => CIVICRM_SETTINGS_PATH,
           2 => self::SETTINGS_SNIPPET
@@ -198,7 +200,8 @@ INNER JOIN civicrm_price_set cps ON cps.id = cpf.price_set_id AND cps.name <>'de
           CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_price_set` DROP INDEX `UI_title_{$locale}`", $params, TRUE, NULL, FALSE, FALSE);
         }
       }
-    } else {
+    }
+    else {
       $query = "SHOW KEYS FROM `civicrm_price_set` WHERE key_name = 'UI_title'";
       $dao = CRM_Core_DAO::executeQuery($query);
       if ($dao->N) {
@@ -789,7 +792,8 @@ AND       cli.entity_id IS NULL AND cp.fee_amount IS NOT NULL";
           'price_field_value_id' => $dao->price_field_value_id,
         );
         $priceSetId = $dao->price_set_id;
-      } else {
+      }
+      else {
         $lineParams['price_field_id'] = $fieldID;
         $priceSetId = $defaultPriceSetId;
       }
@@ -962,7 +966,8 @@ VALUES
       foreach ( $processedRecords as $record ) {
         CRM_Core_Error::debug_log_message(implode(', ', $record));
       }
-    } else {
+    }
+    else {
       CRM_Core_Error::debug_log_message("deleteInvalidPairs() - Could not find any records to process.");
     }
     return $processedRecords;
index d6f9c0d19ba5daff040c3837721880717c5ed5e3..a65a45cf7950ed106e47d519d35b45f377f4cd34 100644 (file)
@@ -100,7 +100,8 @@ class CRM_Upgrade_Page_Upgrade extends CRM_Core_Page {
       $config = CRM_Core_Config::singleton();
       // also cleanup the templates_c directory
       $config->cleanupCaches();
-    } else {
+    }
+    else {
       $config = CRM_Core_Config::singleton();
       // cleanup only the templates_c directory
       $config->cleanup(1, FALSE);
@@ -180,7 +181,8 @@ class CRM_Upgrade_Page_Upgrade extends CRM_Core_Page {
 
       // This destroys $session, so do it after get('postUpgradeMessageFile')
       CRM_Upgrade_Form::doFinish();
-    } else {
+    }
+    else {
       $postUpgradeMessage = ''; // Session was destroyed! Can't recover messages.
     }
 
index 30a5023992b788cd53d48baed731a043527f4ace..e7205e95b796cec65dfe724c56734a779ddce651 100644 (file)
@@ -282,7 +282,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_Field extends CRM_Upgrade_Snapshot_V4p
         if (property_exists($qf, '_membershipBlock') && !empty($qf->_membershipBlock['is_separate_payment']) && $qf->_quickConfig && $field->name == 'other_amount' && !property_exists($qf, '_contributionAmount')) {
           $label = ts('Additional Contribution');
           $useRequired = 0;
-        } elseif (!empty($fieldOptions[$optionKey]['label'])) {      //check for label.
+        }
+        elseif (!empty($fieldOptions[$optionKey]['label'])) {      //check for label.
           $label = $fieldOptions[$optionKey]['label'];
         }
 
@@ -310,7 +311,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_Field extends CRM_Upgrade_Snapshot_V4p
         if (property_exists($qf, '_quickConfig') && $qf->_quickConfig) {
           $message = ts("Please enter a valid amount.");
           $type = "money";
-        } else {
+        }
+        else {
           $message = ts('%1 must be an integer (whole number).', array(1 => $label));
           $type = "positiveInteger";
         }
@@ -340,7 +342,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_Field extends CRM_Upgrade_Snapshot_V4p
                          );
           if (property_exists($qf, '_quickConfig') && $qf->_quickConfig && $field->name == 'contribution_amount') {
             $extra += array('onclick' => 'clearAmountOther();');
-          } elseif (property_exists($qf, '_quickConfig') && $qf->_quickConfig && $field->name == 'membership_amount') {
+          }
+          elseif (property_exists($qf, '_quickConfig') && $qf->_quickConfig && $field->name == 'membership_amount') {
             $extra += array(
             'onclick' => "return showHideAutoRenew({$opt['membership_type_id']});",
                             'membership-type' => $opt['membership_type_id'],
@@ -367,9 +370,11 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_Field extends CRM_Upgrade_Snapshot_V4p
           // add "none" option
           if (!empty($otherAmount['is_allow_other_amount']) && $field->name == 'contribution_amount') {
             $none = ts('Other Amount');
-          } elseif (property_exists($qf, '_membershipBlock') && empty($qf->_membershipBlock['is_required']) && $field->name == 'membership_amount') {
+          }
+          elseif (property_exists($qf, '_membershipBlock') && empty($qf->_membershipBlock['is_required']) && $field->name == 'membership_amount') {
             $none = ts('No thank you');
-          } else {
+          }
+          else {
             $none = ts('-none-');
           }
 
index 5c6b5808493e576c11d5b26267489c596a1449a7..1927415b813afdd447a12755860503b32e62c89c 100644 (file)
@@ -290,7 +290,8 @@ LEFT JOIN   civicrm_price_set ps ON ps.id = pf.price_set_id ";
       $entityName = 'default_contribution_amount';
       $where .= " AND ps.name = %4 ";
       $params[4] = array($entityName, 'String');
-    } elseif ($entityTable == 'civicrm_participant') {
+    }
+    elseif ($entityTable == 'civicrm_participant') {
       $from .= "
 LEFT JOIN civicrm_price_set_entity cpse ON cpse.price_set_id = ps.id
 LEFT JOIN civicrm_price_field_value cpfv ON cpfv.price_field_id = pf.id and cpfv.label = %4 ";
index 211536a2dfa5d1190a3adf3c4d8e0cc369aca160..38a51720d67a3e2fbfcb29554226f82778513038 100644 (file)
@@ -360,7 +360,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Field extends CRM_Core_DAO
                 if (!empty($field['import'])) {
                     if ($prefix) {
                         self::$_import['price_field'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_import[$name] = & $fields[$name];
                     }
                 }
@@ -383,7 +384,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Field extends CRM_Core_DAO
                 if (!empty($field['export'])) {
                     if ($prefix) {
                         self::$_export['price_field'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_export[$name] = & $fields[$name];
                     }
                 }
index 321e3185661a23ef3427767edfc62ddb4a45051e..2fb79f72f9e5bdfda68910795404739a58b336be 100644 (file)
@@ -303,7 +303,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_FieldValue extends CRM_Core_DAO
                 if (!empty($field['import'])) {
                     if ($prefix) {
                         self::$_import['price_field_value'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_import[$name] = & $fields[$name];
                     }
                 }
@@ -326,7 +327,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_FieldValue extends CRM_Core_DAO
                 if (!empty($field['export'])) {
                     if ($prefix) {
                         self::$_export['price_field_value'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_export[$name] = & $fields[$name];
                     }
                 }
index 776852c0b2736e37dfd76c5c40482a5dee97b75a..ce0b37a6d4322671454ec23adbf95f3e27fc470c 100644 (file)
@@ -279,7 +279,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_LineItem extends CRM_Core_DAO
                 if (!empty($field['import'])) {
                     if ($prefix) {
                         self::$_import['line_item'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_import[$name] = & $fields[$name];
                     }
                 }
@@ -302,7 +303,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_LineItem extends CRM_Core_DAO
                 if (!empty($field['export'])) {
                     if ($prefix) {
                         self::$_export['line_item'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_export[$name] = & $fields[$name];
                     }
                 }
index 0dc46b6bfde66e5970e65cd8f065c8c4c878a303..3563fbf250495ebbb895b27e0191c3ef91239393 100644 (file)
@@ -303,7 +303,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Set extends CRM_Core_DAO
                 if (!empty($field['import'])) {
                     if ($prefix) {
                         self::$_import['price_set'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_import[$name] = & $fields[$name];
                     }
                 }
@@ -326,7 +327,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_Set extends CRM_Core_DAO
                 if (!empty($field['export'])) {
                     if ($prefix) {
                         self::$_export['price_set'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_export[$name] = & $fields[$name];
                     }
                 }
index 22d70118a9f4a177d4e1e93eaf86bf760156a078..ec099fabf7e59bdb68c004df7581409c6246707a 100644 (file)
@@ -204,7 +204,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO
                 if (!empty($field['import'])) {
                     if ($prefix) {
                         self::$_import['price_set_entity'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_import[$name] = & $fields[$name];
                     }
                 }
@@ -227,7 +228,8 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO
                 if (!empty($field['export'])) {
                     if ($prefix) {
                         self::$_export['price_set_entity'] = & $fields[$name];
-                    } else {
+                    }
+                    else {
                         self::$_export[$name] = & $fields[$name];
                     }
                 }
index 7cdc82031fa8c06253a339a56288ed4297d46af7..b6bb130d6148a4b0394b03f8fabd204dd5c18a5e 100644 (file)
@@ -127,7 +127,8 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
       foreach ($values as &$value) {
         $this->encodeInput($value, TRUE);
       }
-    } elseif ($castToString || is_string($values)) {
+    }
+    elseif ($castToString || is_string($values)) {
       $values = str_replace(array('<', '>'), array('&lt;', '&gt;'), $values);
     }
   }
@@ -143,7 +144,8 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
       foreach ($values as &$value) {
         $this->decodeOutput($value, TRUE);
       }
-    } elseif ($castToString || is_string($values)) {
+    }
+    elseif ($castToString || is_string($values)) {
       $values = str_replace(array('&lt;', '&gt;'), array('<', '>'), $values);
     }
   }
index 424827db1e41b1d7d377285e29fb1bf91eb3f19e..412593e00836f901a2b4622f8635fb7a46b2109f 100644 (file)
@@ -98,7 +98,8 @@ class CRM_Utils_API_NullOutputCoder extends CRM_Utils_API_AbstractFieldCoder {
     $lowerAction = strtolower($apiRequest['action']);
     if ($lowerAction === 'create') {
       return parent::toApiOutput($apiRequest, $result);
-    } else {
+    }
+    else {
       return $result;
     }
   }
index 1213096080ae4c3239e35d159e2769c39b0dcf0a..2c26507bb65b0c7888046cd30661f0dfd73aa8e0 100644 (file)
@@ -570,7 +570,8 @@ class CRM_Utils_Array {
       foreach ($keys as $key) {
         if (is_array($record)) {
           $keyvalue = isset($record[$key]) ? $record[$key] : NULL;
-        } else {
+        }
+        else {
           $keyvalue = isset($record->{$key}) ? $record->{$key} : NULL;
         }
         if (isset($node[$keyvalue]) && !is_array($node[$keyvalue])) {
@@ -580,7 +581,8 @@ class CRM_Utils_Array {
       }
       if (is_array($record)) {
         $node[$record[$final_key]] = $record;
-      } else {
+      }
+      else {
         $node[$record->{$final_key}] = $record;
       }
     }
@@ -604,7 +606,8 @@ class CRM_Utils_Array {
       foreach ($records as $key => $record) {
         if (is_object($record)) {
           $result[$key] = $record->{$prop};
-        } else {
+        }
+        else {
           $result[$key] = $record[$prop];
         }
       }
index eefa9cd867e97253a9d8a38a8f2df6b5e44005fd..62a76d89ab2ba669d311dd927e2ffcdcbad899bf 100644 (file)
@@ -72,12 +72,14 @@ class CRM_Utils_Cache_SqlGroup implements CRM_Utils_Cache_Interface {
   public function __construct($config) {
     if (isset($config['group'])) {
       $this->group = $config['group'];
-    } else {
+    }
+    else {
       throw new RuntimeException("Cannot construct SqlGroup cache: missing group");
     }
     if (isset($config['componentID'])) {
       $this->componentID = $config['componentID'];
-    } else {
+    }
+    else {
       $this->componentID = NULL;
     }
     $this->frontCache = array();
index 8a4164631bc8caea46078dced22282a92ecf8cf0..05c68bf7d6f3b60ea34857d30e1a367eb514053e 100644 (file)
@@ -43,7 +43,8 @@ class CRM_Utils_Constant {
   public static function value($name, $default = NULL) {
     if (defined($name)) {
       return constant($name);
-    } else {
+    }
+    else {
       return $default;
     }
   }
index 1041f2971518e8d384f6824e3d1f15d5f245bf5f..5e50e8b813e1c4fa6c48cb831cf9cbfd862043e5 100644 (file)
@@ -292,7 +292,8 @@ function _civicrm_api3_deprecated_formatted_param($params, &$values, $create = F
         );
         if (!isset($svq)) {
           return civicrm_api3_create_error("Invalid Contact ID: There is no contact record with contact_id = $value.");
-        } else if ($svq == 1) {
+        }
+        else if ($svq == 1) {
           return civicrm_api3_create_error("Invalid Contact ID: contact_id $value is a soft-deleted contact.");
         }
 
@@ -1075,7 +1076,8 @@ function _civicrm_api3_deprecated_add_formatted_location_blocks(&$values, &$para
                      ( strtolower( $v2['value'] ) == strtolower( trim( $v1 ) ) ) ) {
                     if ( $htmlType == 'CheckBox' ) {
                       $newValues[$key][$v2['value']] = 1;
-                    } else {
+                    }
+                    else {
                       $newValues[$key][] = $v2['value'];
                     }
                   }
index c7fa4d7caee2316822c2fcee10f9dae3f01766d4..a38f6f7fb73fa4c96192c402c73db4fda8cc03fc 100644 (file)
@@ -28,7 +28,8 @@ class CRM_Utils_FakeObject {
   public function __call($name, $arguments) {
     if (isset($this->array[$name]) && is_callable($this->array[$name])) {
       return call_user_func_array($this->array[$name], $arguments);
-    } else {
+    }
+    else {
       throw new Exception("Call to unimplemented method: $name");
     }
   }
index c9bed292ae0246156137cf41f2a937e1b445c634..9be565ecc85e7b1d69d1d6746044974a9e7c758b 100644 (file)
@@ -558,7 +558,8 @@ HTACCESS;
   public static function relativize($directory, $basePath) {
     if (substr($directory, 0, strlen($basePath)) == $basePath) {
       return substr($directory, strlen($basePath));
-    } else {
+    }
+    else {
       return $directory;
     }
   }
@@ -629,7 +630,8 @@ HTACCESS;
           $path = $subdir . DIRECTORY_SEPARATOR . $entry;
           if ($entry{0} == '.') {
             // ignore
-          } elseif (is_dir($path)) {
+          }
+          elseif (is_dir($path)) {
             $todos[] = $path;
           }
         }
@@ -663,7 +665,8 @@ HTACCESS;
     }
     if (empty($childParts)) {
       return FALSE; // same directory
-    } else {
+    }
+    else {
       return TRUE;
     }
   }
index 102fd034defd0cb0e47d1b370ec9995d6d172a82..571e2e919d4be01bdc645808e02fc24acbd0c9fb 100644 (file)
@@ -88,7 +88,8 @@ class CRM_Utils_GlobalStack {
         foreach ($values as $key => $value) {
           $frame[$globalKey][$key] = CRM_Utils_Array::value($key, $GLOBALS[$globalKey]);
         }
-      } else {
+      }
+      else {
         $frame[$globalKey] = CRM_Utils_Array::value($globalKey, $GLOBALS);
       }
     }
@@ -104,7 +105,8 @@ class CRM_Utils_GlobalStack {
         foreach ($values as $key => $value) {
           $GLOBALS[$globalKey][$key] = $value;
         }
-      } else {
+      }
+      else {
         $GLOBALS[$globalKey] = $values;
       }
     }
index 2a4ddd6838c4d39e625bf0930e10fed97a6338fe..791816d1a585adc67a8e128e5bbd2cd092a3918c 100644 (file)
@@ -78,7 +78,8 @@ class CRM_Utils_Network {
         error_reporting($old_error_reporting);
         return TRUE;
       }
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
     }
     error_reporting($old_error_reporting);
     return FALSE;
index 65068dd24383b885e0940b93acb5d8c4d7cdb0f1..6860d05f7b15cfd0c232f25d407cbd9ec9d292fa 100644 (file)
@@ -295,7 +295,8 @@ class CRM_Utils_REST {
       if ($args[1] == 'ping') {
         return self::ping();
       }
-    } else {
+    }
+    else {
       // or the new format (entity+action)
       $args = array();
       $args[0] = 'civicrm';
@@ -512,7 +513,8 @@ class CRM_Utils_REST {
 
       return CRM_Utils_System::theme($content);
 
-    } else {
+    }
+    else {
       $content = "<!-- .tpl file embeded: $tpl -->\n";
       CRM_Utils_System::appendTPLFile( $tpl, $content );
       echo $content . $smarty->fetch($tpl);
index 53eef4721bb0573110716ade58ca5d7b0dba78ba..e01e62cea1a1aba543356717e47be716ff8442ac 100644 (file)
@@ -88,7 +88,8 @@ class CRM_Utils_Signer {
     $message['payload'] = array();
     if (empty($salt)) {
       $message['salt'] = $this->createSalt();
-    } else {
+    }
+    else {
       $message['salt'] = $salt;
     }
     // recall: paramNames is pre-sorted for stability
@@ -97,7 +98,8 @@ class CRM_Utils_Signer {
         if (is_numeric($params[$paramName])) {
           $params[$paramName] = (string) $params[$paramName];
         }
-      } else { // $paramName is not included or ===NULL
+      }
+      else { // $paramName is not included or ===NULL
         $params[$paramName] = '';
       }
       $message['payload'][$paramName] = $params[$paramName];
index 0ad600d4bda05841d444342d1c13e56d98b2a653..dfc53770b7efe4ca4b1832c3fa2342d9caf52da9 100644 (file)
@@ -290,7 +290,8 @@ class CRM_Utils_Sort {
       if (isset($a[$attribute]) && isset($b[$attribute])) {
         if ($a[$attribute] < $b[$attribute]) {
           return -1;
-        } elseif ($a[$attribute] > $b[$attribute]) {
+        }
+        elseif ($a[$attribute] > $b[$attribute]) {
           return 1;
         } // else: $a and $b are equal wrt to this attribute, try next...
       }
index da938cb2c195b50ddc3185ca8acd49fbe4c0a5a1..015af31dd04e36b45bf431a989eb9d8d79a397a1 100644 (file)
@@ -1284,7 +1284,8 @@ class CRM_Utils_System {
     if (!function_exists('ts')) {
       if ($resource == 'wiki') {
         $docBaseURL = self::getWikiBaseURL();
-      } else {
+      }
+      else {
         $docBaseURL = self::getDocBaseURL();
       }
       return $docBaseURL . str_replace(' ', '+', $page);
@@ -1321,7 +1322,8 @@ class CRM_Utils_System {
 
     if (CRM_Utils_Array::value('resource', $params) == 'wiki') {
       $docBaseURL = self::getWikiBaseURL();
-    } else {
+    }
+    else {
       $docBaseURL = self::getDocBaseURL();
     }
 
index 7833c465a06e003eec7babaff65489b434fbd2d6..409b70fceed1d1b2d08bb68924446c635fefe50a 100644 (file)
@@ -993,7 +993,8 @@ AND    u.status = 1
       // TODO: Find a more solid way to make this test
       // Also, since we don't know how to get the entity type of the group, we'll assume it's 'node'
       og_ungroup('node', $ogID, 'user', user_load($drupalID));
-    } else {
+    }
+    else {
       // Works for the OG 7.x-1.x branch
       og_ungroup($ogID, 'user', user_load($drupalID));
     }
@@ -1007,7 +1008,8 @@ AND    u.status = 1
     global $user;
     if (variable_get('configurable_timezones', 1) && $user->uid && strlen($user->timezone)) {
       $timezone = $user->timezone;
-    } else {
+    }
+    else {
       $timezone = variable_get('date_default_timezone', NULL);
     }
     if (!$timezone) {
index 5a6238eb96ca3cd2359794d9b65c0d11ca931727..6f8d2b82fd496724e5ad90605a087dde8e955812 100644 (file)
@@ -957,7 +957,8 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase {
     global $user;
     if (variable_get('configurable_timezones', 1) && $user->uid && strlen($user->timezone)) {
       $timezone = $user->timezone;
-    } else {
+    }
+    else {
       $timezone = variable_get('date_default_timezone', NULL);
     }
     if (!$timezone) {
index b4ebc51347f300a69ca9383df7a3a55b616b94c3..03645dadc57e1854c046576c5f4dfc30981ce7db 100644 (file)
@@ -565,7 +565,8 @@ class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase {
     static $run_once = FALSE;
     if ($run_once) {
       return TRUE;
-    } else {
+    }
+    else {
       $run_once = TRUE;
     }
 
index de314ec906fc1d13e0bb6aaa2bd6b46d2d52b0bc..ffe0b4d1c717733759cb655a4ad358075dd0d676 100644 (file)
@@ -404,7 +404,8 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base {
     elseif ($forceBackend) {
       if (defined('JVERSION')) {
         $joomlaVersion = JVERSION;
-      } else {
+      }
+      else {
         $jversion = new JVersion;
         $joomlaVersion = $jversion->getShortVersion();
       }
index 31a003e2abb6d54264e50ba28ff7c12d7c5056c4..e64ecb7c4624271f281e9440e846751b7ef941c7 100644 (file)
@@ -82,7 +82,8 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base {
           $template->assign('pageTitle', $pageTitle);
       }
 
-    } elseif (civicrm_wp_in_civicrm()) {
+    }
+    elseif (civicrm_wp_in_civicrm()) {
 
       // legacy pre-4.6 behaviour
       global $civicrm_wp_title;
@@ -478,7 +479,8 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base {
 
     if (isset($language)) {
       return CRM_Core_I18n_PseudoConstant::longForShort(substr($language, 0, 2));
-    } else {
+    }
+    else {
       return NULL;
     }
   }
index e4c7ffe2df70e63b747843f7a73c9d8377e23685..df9b395aec11f500ec7f425ede99720a8391b690 100644 (file)
@@ -46,7 +46,8 @@ class CRM_Utils_XML {
 
     if (! file_exists($file)) {
       $error = 'File ' . $file . ' does not exist.';
-    } else {
+    }
+    else {
       $oldLibXMLErrors = libxml_use_internal_errors();
       libxml_use_internal_errors(TRUE);
 
index d2d8172e82edde5bf8f53d274e41efbe80a75c23..2499aec9fbf84ad1b920b8da106fed7e7c12999c 100644 (file)
@@ -57,7 +57,8 @@ class CRM_Utils_Zip {
         if (preg_match('/^[^\/]+\/$/', $filename) && $filename != './' && $filename != '../') {
           $base = $filename;
           $baselen = strlen($filename);
-        } else {
+        }
+        else {
           return FALSE;
         }
       }  elseif (0 != substr_compare($base, $filename, 0, $baselen)) {
@@ -103,12 +104,14 @@ class CRM_Utils_Zip {
     $basedirs = CRM_Utils_Zip::findBaseDirs($zip);
     if (in_array($expected, $basedirs)) {
       $candidate = $expected;
-    } elseif (count($basedirs) == 1) {
+    }
+    elseif (count($basedirs) == 1) {
       $candidate = array_shift($basedirs);
     }
     if ($candidate !== FALSE && preg_match('/^[a-zA-Z0-9]/', $candidate)) {
       return $candidate;
-    } else {
+    }
+    else {
       return FALSE;
     }
   }
@@ -141,7 +144,8 @@ class CRM_Utils_Zip {
         }
       }
       $zip->close();
-    } else {
+    }
+    else {
       return FALSE;
     }
     return TRUE;
index 78b4dd8a2e4960fb869505cf4ff9a42b553a1ebc..7e603a7a9bdacc5be53fd448aa48be38f3f47a4f 100644 (file)
@@ -48,7 +48,8 @@ class CompareCommand {
 
     if ($printerType == 'csv') {
       $printer = new \Civi\CiUtil\CsvPrinter('php://stdout', \Civi\CiUtil\Arrays::collect($suites, 'file'));
-    } else {
+    }
+    else {
       $printer = new \Civi\CiUtil\ComparisonPrinter(\Civi\CiUtil\Arrays::collect($suites, 'file'));
     }
     foreach ($tests as $test) {
index d48a60328e88e46cf1b484641da950d002138ee3..739eb700cde831a9b067c965ed609e0b71751458 100644 (file)
@@ -97,7 +97,8 @@ function _civicrm_api3_case_type_get_formatResult(&$result) {
     $xml = CRM_Case_XMLRepository::singleton()->retrieve($caseTypeName);
     if ($xml) {
       $result['values'][$key]['definition'] = CRM_Case_BAO_CaseType::convertXmlToDefinition($xml);
-    } else {
+    }
+    else {
       $result['values'][$key]['definition'] = array();
     }
     $result['values'][$key]['is_forkable'] = CRM_Case_BAO_CaseType::isForkable($result['values'][$key]['id']);
index c1fa8739522355eb385722300be059f124df04b3..03e56df720d7e46f3e6c95508eccdc6ebce1868e 100644 (file)
@@ -62,7 +62,8 @@ function civicrm_api3_extension_install($params) {
 
   try {
     CRM_Extension_System::singleton()->getManager()->install($keys);
-  } catch (CRM_Extension_Exception $e) {
+  }
+  catch (CRM_Extension_Exception $e) {
     return civicrm_api3_create_error($e->getMessage());
   }
 
@@ -88,13 +89,15 @@ function civicrm_api3_extension_upgrade() {
 
   try {
     $result = $runner->runAll();
-  } catch (CRM_Extension_Exception $e) {
+  }
+  catch (CRM_Extension_Exception $e) {
     return civicrm_api3_create_error($e->getMessage());
   }
 
   if ($result === TRUE) {
     return civicrm_api3_create_success();
-  } else {
+  }
+  else {
     return $result;
   }
 }
@@ -301,15 +304,19 @@ function civicrm_api3_extension_get($params) {
 function _civicrm_api3_getKeys($params) {
   if (array_key_exists('keys', $params) && is_array($params['keys'])) {
     return $params['keys'];
-  } elseif (array_key_exists('keys', $params) && is_string($params['keys'])) {
+  }
+  elseif (array_key_exists('keys', $params) && is_string($params['keys'])) {
     if ($params['keys'] == '') {
       return array();
-    } else {
+    }
+    else {
       return explode(API_V3_EXTENSION_DELIMITER, $params['keys']);
     }
-  } elseif (array_key_exists('key', $params)) {
+  }
+  elseif (array_key_exists('key', $params)) {
     return array($params['key']);
-  } else {
+  }
+  else {
     throw new API_Exception('Missing required parameter: key or keys');
   }
 }
index 6140fe80a199c91d493a7b817473a617f0e33e5e..3de180b9ea5b7048080e376c681556a32a3727ab 100644 (file)
@@ -116,11 +116,13 @@ function civicrm_api3_generic_getfields($apiRequest) {
     list ($apiProvider, $hypApiRequest) = \Civi\Core\Container::singleton()->get('civi_api_kernel')->resolve($hypApiRequest);
     if (isset($hypApiRequest['function'])) {
       $helper = '_' . $hypApiRequest['function'] . '_spec';
-    } else {
+    }
+    else {
       // not implemented MagicFunctionProvider
       $helper = NULL;
     }
-  } catch (\Civi\API\Exception\NotImplementedException $e) {
+  }
+  catch (\Civi\API\Exception\NotImplementedException $e) {
     $helper = NULL;
   }
   if (function_exists($helper)) {
index bdf8a0fff6f406bd823cdcb43930f58fe66af879..4a64c92854eb5d234d8bbae66c50c10367e8f02d 100644 (file)
@@ -406,7 +406,8 @@ function civicrm_api3_job_fetch_activities($params) {
     $values = array( );
     $lock->release();
     return civicrm_api3_create_success($values, $params,'mailing','activities');
-  } catch (Exception $e) {
+  }
+  catch (Exception $e) {
     $lock->release();
     return civicrm_api3_create_error('Process Activities failed');
   }
index 67fd1ba35a0b2d877d58a734918c70cb1a165bab..9ab3b5e7a836b2f2e6f94c7b71d7346f4503382b 100644 (file)
@@ -146,7 +146,8 @@ function civicrm_api3_create_error($msg, $data = array()) {
   // security hole here but seems sensible - perhaps should apply to the trace as well?)
   if(isset($data['sql']) && CRM_Core_Permission::check('Administer CiviCRM')) {
     $data['debug_information'] = $data['sql']; // Isn't this redundant?
-  } else {
+  }
+  else {
     unset($data['sql']);
   }
   return $data;
@@ -1797,7 +1798,8 @@ function _civicrm_api3_validate_integer(&$params, &$fieldName, &$fieldInfo, $ent
       $realContactId = _civicrm_api3_resolve_contactID($params[$fieldName]);
       if ('unknown-user' === $realContactId) {
         throw new API_Exception("\"$fieldName\" \"{$params[$fieldName]}\" cannot be resolved to a contact ID", 2002, array('error_field' => $fieldName, "type" => "integer"));
-      } elseif (is_numeric($realContactId)) {
+      }
+      elseif (is_numeric($realContactId)) {
         $params[$fieldName] = $realContactId;
       }
     }
index 924e5a0076e2771a7e6ad421fae74a2e4df98530..1b601581a5e466e64141f0a5b0248ba053005aee 100644 (file)
@@ -463,7 +463,8 @@ class civicrm_cli_csv_deleter extends civicrm_cli_csv_file {
     $result = civicrm_api($this->_entity, 'Delete', $params);
     if ($result['is_error']) {
       echo "\nERROR line " . $this->row . ": " . $result['error_message'] . "\n";
-    } else {
+    }
+    else {
       echo "\nline " . $this->row . ": deleted\n";
     }
   }
index e9cb8757e7253437dd5a016f36114690875a4ed3..53811c90ea7a80b98ec2dbf6a6d710275830b14d 100644 (file)
@@ -1014,7 +1014,8 @@ class InstallRequirements {
     if (!$result) {
       $testDetails[2] = 'Could not query thread_stack.';
       $this->error($testDetails);
-    } else {
+    }
+    else {
       $values = mysql_fetch_row($result);
       if ($values[1] < (1024 * $minValueKB)) {
         $testDetails[2] = 'MySQL "thread_stack" is ' . ($values[1] / 1024) . 'k';
index ee546ab6895b053d2d29434310c68fb01aad979d..309c3571f341746368fde32d061e79e8af3999e6 100644 (file)
@@ -220,7 +220,8 @@ class CRM_Contact_BAO_GroupContactCacheTest extends CiviUnitTestCase {
     $objects = CRM_Core_DAO::createTestObject($daoName, $params, $numObjects, $createOnly);
     if (is_array($objects)) {
       $this->registerTestObjects($objects);
-    } else {
+    }
+    else {
       $this->registerTestObjects(array($objects));
     }
     return $objects;
index 97649c80196cf724c009f2e248f7e960cda9ed6e..8c466560c41b467e1bc8803a243f090ec7d6ecd5 100644 (file)
@@ -906,7 +906,8 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase {
     $objects = CRM_Core_DAO::createTestObject($daoName, $params, $numObjects, $createOnly);
     if (is_array($objects)) {
       $this->registerTestObjects($objects);
-    } else {
+    }
+    else {
       $this->registerTestObjects(array($objects));
     }
     return $objects;
index 235351b6a64f7a2a95c5c7072d5f3e4e26aae52b..932621265fdda59342cfc39d98aabe18d07495a1 100644 (file)
@@ -71,7 +71,8 @@ class CRM_Core_BAO_CustomValueTableSetGetTest extends CiviUnitTestCase {
     $message = NULL;
     try {
       $result = CRM_Core_BAO_CustomValueTable::setValues($params);
-    } catch ( Exception $e ) {
+    }
+    catch ( Exception $e ) {
       $message = $e->getMessage();
     }
     $errorScope = NULL;
@@ -172,7 +173,8 @@ class CRM_Core_BAO_CustomValueTableSetGetTest extends CiviUnitTestCase {
     $message = NULL;
     try {
       $result = CRM_Core_BAO_CustomValueTable::setValues($params);
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       $message = $e->getMessage();
     }
     $errorScope = NULL;
index c4d67df5cb99c4b334db1b9cf154d091db786b03..7d744672e715aa405199af506ec1bfd0ccd1843a 100644 (file)
@@ -53,7 +53,8 @@ class CRM_Core_InnoDBIndexerTest extends CiviUnitTestCase {
     try {
       CRM_Core_DAO::executeQuery('SELECT id FROM civicrm_contact WHERE MATCH(first_name,last_name) AGAINST ("joe")');
       $this->fail("Missed expected exception");
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       $this->assertTrue(TRUE, 'Received expected exception');
     }
   }
index b65cc2f6e653dba693e9b01e638c2d6bd72431dc..943774fd065d815d229cb17e64f171b54d897cc9 100644 (file)
@@ -271,7 +271,8 @@ class CRM_Core_ManagedEntitiesTest extends CiviUnitTestCase {
     try {
       $me->reconcile();
       $this->fail('Expected exception when using invalid declaration');
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // good
     }
   }
@@ -296,7 +297,8 @@ class CRM_Core_ManagedEntitiesTest extends CiviUnitTestCase {
     try {
       $me->reconcile();
       $this->fail('Expected exception when using invalid declaration');
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // good
     }
   }
@@ -321,7 +323,8 @@ class CRM_Core_ManagedEntitiesTest extends CiviUnitTestCase {
     try {
       $me->reconcile();
       $this->fail('Expected exception when using invalid declaration');
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // good
     }
   }
index 128db9ea2ad89d30dec9f57fc32cf5186d9133d8..a6da28bad36374651cfdaa4deba4e6cb9d4c4420 100644 (file)
@@ -265,7 +265,8 @@ class CRM_Core_TransactionTest extends CiviUnitTestCase {
         $test->assertContactsExistByOffset(array(0 => TRUE));
         throw new Exception("Ruh-roh");
       });
-    } catch (Exception $ex) {
+    }
+    catch (Exception $ex) {
       $e = $ex;
       if (get_class($e) != 'Exception' || $e->getMessage() != 'Ruh-roh') {
         throw $e;
@@ -332,7 +333,8 @@ class CRM_Core_TransactionTest extends CiviUnitTestCase {
     if ($insert == 'sql-insert') {
       $r = CRM_Core_DAO::executeQuery("INSERT INTO civicrm_contact(first_name,last_name) VALUES ('ff', 'll')");
       $cid = mysql_insert_id();
-    } elseif ($insert == 'bao-create') {
+    }
+    elseif ($insert == 'bao-create') {
       $params = array(
         'contact_type' => 'Individual',
         'first_name' => 'FF',
@@ -348,7 +350,8 @@ class CRM_Core_TransactionTest extends CiviUnitTestCase {
 
     if ($outcome == 'rollback') {
       $tx->rollback();
-    } elseif ($outcome == 'explicit-commit') {
+    }
+    elseif ($outcome == 'explicit-commit') {
       $tx->commit();
     } // else: implicit-commit
 
@@ -388,7 +391,8 @@ class CRM_Core_TransactionTest extends CiviUnitTestCase {
 
     if ($outcome == 'rollback') {
       $tx->rollback();
-    } elseif ($outcome == 'explicit-commit') {
+    }
+    elseif ($outcome == 'explicit-commit') {
       $tx->commit();
     } // else: implicit-commit
   }
index db372bf81050f5dc7363e0091780ccd412dc9854..acc7191f672d9395f86ee3999d587e23b0925a7e 100644 (file)
@@ -29,7 +29,8 @@ class CRM_Extension_Container_BasicTest extends CiviUnitTestCase {
     list($basedir, $c) = $this->_createContainer();
     try {
       $c->getPath('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
@@ -42,7 +43,8 @@ class CRM_Extension_Container_BasicTest extends CiviUnitTestCase {
     list($basedir, $c) = $this->_createContainer(NULL, NULL, '/');
     try {
       $c->getPath('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
@@ -55,7 +57,8 @@ class CRM_Extension_Container_BasicTest extends CiviUnitTestCase {
     list($basedir, $c) = $this->_createContainer();
     try {
       $c->getResUrl('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
@@ -68,7 +71,8 @@ class CRM_Extension_Container_BasicTest extends CiviUnitTestCase {
     list($basedir, $c) = $this->_createContainer(NULL, NULL, '/');
     try {
       $c->getResUrl('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
index 7677e5b45ccfd9102220e8ef74aae9a427a2f623..df7fe8765e87647af340fee609a462e1a5b7625a 100644 (file)
@@ -56,7 +56,8 @@ class CRM_Extension_Container_CollectionTest extends CiviUnitTestCase {
     $c = $this->_createContainer();
     try {
       $c->getPath('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
@@ -72,7 +73,8 @@ class CRM_Extension_Container_CollectionTest extends CiviUnitTestCase {
     $c = $this->_createContainer();
     try {
       $c->getResUrl('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
index 4d199b789673a1266a06d145b6a15b9aca6edf05..91d57303ada71ab0dd7db8116bd92eb16fc81610 100644 (file)
@@ -28,7 +28,8 @@ class CRM_Extension_Container_StaticTest extends CiviUnitTestCase {
     $c = $this->_createContainer();
     try {
       $c->getPath('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
@@ -41,7 +42,8 @@ class CRM_Extension_Container_StaticTest extends CiviUnitTestCase {
     $c = $this->_createContainer();
     try {
       $c->getResUrl('un.kno.wn');
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc), 'Expected exception');
index 6ce2aea4cbf48c4bc0be7d56ff8170a40cc9277a..96c1d561877c1c7c54dfd13fb6d7ff93f0839f30 100644 (file)
@@ -36,7 +36,8 @@ class CRM_Extension_InfoTest extends CiviUnitTestCase {
     $exc = NULL;
     try {
       $info = CRM_Extension_Info::loadFromFile($this->file);
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc));
@@ -58,7 +59,8 @@ class CRM_Extension_InfoTest extends CiviUnitTestCase {
     $exc = NULL;
     try {
       $info = CRM_Extension_Info::loadFromString($data);
-    } catch (CRM_Extension_Exception $e) {
+    }
+    catch (CRM_Extension_Exception $e) {
       $exc = $e;
     }
     $this->assertTrue(is_object($exc));
index 1cd0b75b9709f156cb22ab99e1aca33b47d936d9..1f17bd02c4ac012bbf59b515dfd379bbc146a5bf 100644 (file)
@@ -121,7 +121,8 @@ class CRM_Extension_Manager_PaymentTest extends CiviUnitTestCase {
     try {
       $manager->uninstall(array('test.extension.manager.paymenttest'));
       $this->fail('Failed to catch expected exception');
-    } catch (CRM_Extension_Exception_DependencyException $e) {
+    }
+    catch (CRM_Extension_Exception_DependencyException $e) {
     }
     $this->assertEquals(0, test_extension_manager_paymenttest::$counts['uninstall']);
     $this->assertDBQuery(1, 'SELECT count(*) FROM civicrm_payment_processor_type WHERE class_name = "test.extension.manager.paymenttest"');
index 20d4fdf4601f0b889361e850cb68d03e618566a9..896a8b880a851d74011f32397bde608bcfb18d20 100644 (file)
@@ -133,7 +133,8 @@ class CRM_Utils_SQL_SelectTest extends CiviUnitTestCase {
         '#num' => '5not-a-number5'
       ));
       $this->fail('Expected exception; got: ' . var_export($result, TRUE));
-    } catch (CRM_Core_Exception $e) {
+    }
+    catch (CRM_Core_Exception $e) {
       $this->assertTrue(TRUE, "Caught expected exception");
     }
 
@@ -142,7 +143,8 @@ class CRM_Utils_SQL_SelectTest extends CiviUnitTestCase {
         '#num' => array(1, '5not-a-number5', 2)
       ));
       $this->fail('Expected exception; got: ' . var_export($result, TRUE));
-    } catch (CRM_Core_Exception $e) {
+    }
+    catch (CRM_Core_Exception $e) {
       $this->assertTrue(TRUE, "Caught expected exception");
     }
   }
@@ -153,7 +155,8 @@ class CRM_Utils_SQL_SelectTest extends CiviUnitTestCase {
         '{var}' => 'not a well-formed variable name'
       ));
       $this->fail('Expected exception; got: ' . var_export($result, TRUE));
-    } catch (CRM_Core_Exception $e) {
+    }
+    catch (CRM_Core_Exception $e) {
       $this->assertTrue(TRUE, "Caught expected exception");
     }
   }
index 1a1d30c74da75aa7ad6d0447cb76a47bbe07949b..aa2187202fc74d18d5ff26ceea4a0aa5d7f85766 100644 (file)
@@ -90,7 +90,8 @@ class CiviReportTestCase extends CiviUnitTestCase {
       $tmpFile = $this->createTempDir() . CRM_Utils_File::makeFileName('CiviReport.csv');
       $csvContent = CRM_Report_Utils_Report::makeCsv($reportObj, $rows);
       file_put_contents($tmpFile, $csvContent);
-    } catch (Exception $e) {
+    }
+    catch (Exception $e) {
       // print_r($e->getCause()->getUserInfo());
       CRM_Utils_GlobalStack::singleton()->pop();
       throw $e;
index 0db1e5d69f3942888281d3e7308bcce0e4b1100b..fc50cd20c8efb339ab422c94621807da2e8ba5bc 100644 (file)
@@ -21,11 +21,13 @@ if (!defined("CIVICRM_DSN")) {
   $dsn = getenv("CIVICRM_TEST_DSN");
   if (!empty ($dsn)) {
     define("CIVICRM_DSN", $dsn);
-  } else {
+  }
+  else {
     echo "\nFATAL: no DB connection configured (CIVICRM_DSN). \nYou can either create/edit " . __DIR__ . "/civicrm.settings.local.php\n";
     if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
       echo "OR set it in your shell:\n \$export CIVICRM_TEST_DSN=mysql://db_username:db_password@localhost/civicrm_tests_dev \n";
-    } else {
+    }
+    else {
       echo "OR set it in your shell:\n SETX CIVICRM_TEST_DSN mysql://db_username:db_password@localhost/civicrm_tests_dev \n
       (you will need to open a new command shell before it takes effect)";
     }
@@ -69,7 +71,8 @@ if (empty($civicrm_root)) {
 if (!defined("CIVICRM_TEMPLATE_COMPILEDIR")) {
   if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
     define( 'CIVICRM_TEMPLATE_COMPILEDIR', getenv('TMP') . DIRECTORY_SEPARATOR . 'civi' . DIRECTORY_SEPARATOR );
-  } else {
+  }
+  else {
     define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/tmp/civi/' );
   }
 }
index 12de297b656c9923e5d5a6e37bffdb1fec426bb8..45b53bd627eba88cecc6c11253d9be9974ef3cd4 100644 (file)
@@ -22,7 +22,8 @@ class EnvTests extends \PHPUnit_Framework_TestSuite {
         list ($class, $method) = explode('::', $test);
         $clazz = new \ReflectionClass($class);
         $suite->addTestMethod($clazz, $clazz->getMethod($method));
-      } else {
+      }
+      else {
         $suite->addTestSuite($test);
       }
     }
index 57eaec47b0c30b7ff93e0e3fff093f4c8472a31a..1dd53ab109945dbb976e7fcb23ca685b935959d8 100644 (file)
@@ -111,7 +111,8 @@ class Utils {
      if ( array_key_exists( 'function', $frame ) ) {
      echo " method {$frame['function']}";
      }
-     } else {
+     }
+     else {
      if ( array_key_exists( 'function', $frame ) ) {
      echo " function {$frame['function']}";
      }
index 724ee0d96cfb64f0726fb23455f0f18926deb676..d751aeb8540eda36d45ef5a5768e785ecec85f1d 100644 (file)
@@ -511,7 +511,8 @@ class WebTest_Mailing_MailingTest extends CiviSeleniumTestCase {
         $this->open($mailingReportUrl);
         if ($entity == "report") {
           $this->clickLink("xpath=//fieldset/legend[text()='Delivery Summary']/../table//tr[td/a[text()='{$key}']]/descendant::td[3]/span/a[1][text()='Report']");
-        } else {
+        }
+        else {
           $this->clickLink("xpath=//fieldset/legend[text()='Delivery Summary']/../table//tr[td/a[text()='{$key}']]/descendant::td[3]/span/a[2][text()='Advanced Search']");
         }
         $this-> _verifyCriteria($key, $dataToCheck, $entity);
@@ -532,7 +533,8 @@ class WebTest_Mailing_MailingTest extends CiviSeleniumTestCase {
           continue;
         }
         $this->assertTrue($this->isElementPresent("xpath=//form//div[3]/table/tbody//tr/th[contains(text(),'{$key}')]/../td[contains(text(),'{$value}')]"), "Criteria check for {$key} failed for Report for {$summaryInfo}");
-      } else {
+      }
+      else {
         $this->assertElementContainsText('page-title', "Advanced Search");
         $assertedValue = $this->isElementPresent("xpath=//div[@class='crm-results-block']//div[@class='qill'][contains(text(),'{$key} {$value}')]");
         if (!$assertedValue) {
index 1dc6e8f1df46c63527a24c7c294405094d142e12..45885ba9a446baab950ce831cf871bd690848428 100644 (file)
@@ -166,7 +166,8 @@ class WebTest_Report_RolePermissionReportTest extends CiviSeleniumTestCase {
 
     if ($this->isChecked("edit-2-administer-reserved-reports")) {
       $this->click("edit-2-administer-reserved-reports");
-    } else {
+    }
+    else {
       $this->click("edit-{$roleId}-administer-reserved-reports");
     }
     $this->click("edit-submit");
index ea364ba65baeb7a6d65f82cb81c6dcb863656c78..0f34e98c714dc000d158cd456ce6803c1b4bf932 100644 (file)
@@ -114,7 +114,8 @@ class api_v3_APIStandardsTest extends CiviUnitTestCase {
             }
             try {
                 $result = $function($params);
-            } catch ( Exception $e ) {
+            }
+            catch ( Exception $e ) {
               continue;
             }
 
index 4276ed4d3e99c5202fd336a32d96df8878b775c3..48ce8686faa4b0cbfd0ed0b879121cee79c1e2bf 100644 (file)
@@ -117,11 +117,13 @@ class api_v3_UtilsTest extends CiviUnitTestCase {
     try {
       $kernel->authorize(NULL, $apiRequest);
       return TRUE;
-    } catch (\API_Exception $e) {
+    }
+    catch (\API_Exception $e) {
       $extra = $e->getExtraParams();
       if (!$throws && $extra['error_code'] == API_Exception::UNAUTHORIZED) {
         return FALSE;
-      } else {
+      }
+      else {
         throw $e;
       }
     }