INFRA-132 - s/false/FALSE/
authorTim Otten <totten@civicrm.org>
Fri, 9 Jan 2015 02:09:06 +0000 (18:09 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 9 Jan 2015 02:09:06 +0000 (18:09 -0800)
18 files changed:
CRM/Campaign/Form/Survey/TabHeader.php
CRM/Contact/BAO/Contact/Optimizer.php
CRM/Contact/BAO/Group.php
CRM/Contact/BAO/GroupContactCache.php
CRM/Contact/Form/Search.php
CRM/Contact/Form/Search/Builder.php
CRM/Contact/Form/Search/Criteria.php
CRM/Contact/Form/Task/PDFLetterCommon.php
CRM/Core/BAO/FinancialTrxn.php
CRM/Core/BAO/Mapping.php
CRM/Core/BAO/MessageTemplate.php
CRM/Core/BAO/Navigation.php
CRM/Core/BAO/Note.php
CRM/Core/BAO/PrevNextCache.php
CRM/Core/BAO/SchemaHandler.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Page/EventInfo.php
CRM/Logging/Differ.php

index cf88c4c3a53dfdf18bd965e1c9e478c4da5c24fe..b43e5c1f4389c1e592ad434e32a30634b5982e2e 100644 (file)
@@ -164,7 +164,7 @@ class CRM_Campaign_Form_Survey_TabHeader {
 
     $tabs = $form->get('tabHeader');
     if (is_array($tabs)) {
-      $current = false;
+      $current = FALSE;
       foreach ($tabs as $subPage => $pageVal) {
         if ($current) {
           $next = $subPage;
index 6cf962ba1b4d6e56000bc4884b72f47d0e44b4f5..4f4042200d34c0b27062da0945ea00a8610c57ff 100644 (file)
@@ -63,14 +63,14 @@ class CRM_Contact_BAO_Contact_Optimizer {
 
     foreach ($oldWebsiteValues as $idx => $value) {
       if (! empty($value['url'])) {
-        $oldEmpty = false;
+        $oldEmpty = FALSE;
         $old[] = array('website_type_id' => $value['website_type_id'], 'url' => $value['url']);
       }
     }
 
     foreach ($newWebsiteValues as $idx => $value) {
       if (! empty($value['url'])) {
-        $newEmpty = false;
+        $newEmpty = FALSE;
         $new[] = array('website_type_id' => $value['website_type_id'], 'url' => $value['url']);
       }
     }
@@ -87,7 +87,7 @@ class CRM_Contact_BAO_Contact_Optimizer {
 
     // same number of entries, check if they are exactly the same
     foreach ($old as $oldID => $oldValues) {
-      $found = false;
+      $found = FALSE;
       foreach ($new as $newID => $newValues) {
         if (
           $old['website_type_id'] == $new['website_type_id'] &&
@@ -126,7 +126,7 @@ class CRM_Contact_BAO_Contact_Optimizer {
 
     foreach ($oldEmailValues as $idx => $value) {
       if (! empty($value['email'])) {
-        $oldEmpty = false;
+        $oldEmpty = FALSE;
         $old[] = array(
           'email'            => $value['email'],
           'location_type_id' => $value['location_type_id'],
@@ -141,7 +141,7 @@ class CRM_Contact_BAO_Contact_Optimizer {
 
     foreach ($newEmailValues as $idx => $value) {
       if (! empty($value['email'])) {
-        $newEmpty = false;
+        $newEmpty = FALSE;
         $new[] = array(
           'email'            => $value['email'],
           'location_type_id' => $value['location_type_id'],
@@ -166,7 +166,7 @@ class CRM_Contact_BAO_Contact_Optimizer {
 
     // same number of entries, check if they are exactly the same
     foreach ($old as $oldID => $oldValues) {
-      $found = false;
+      $found = FALSE;
       foreach ($new as $newID => $newValues) {
         if (
           $old['email_type_id'] == $new['email_type_id'] &&
index c60eff217f99ccfab335735a097703b26b052538..68dfe71cbdb3cf6bd7e5729b7dfb9dfce68b135c 100644 (file)
@@ -938,7 +938,7 @@ class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group {
         );
 
         // If group has children, add class for link to view children
-        $values[$object->id]['is_parent'] = false;
+        $values[$object->id]['is_parent'] = FALSE;
         if (array_key_exists('children', $values[$object->id])) {
           $values[$object->id]['class'][] = "crm-group-parent";
           $values[$object->id]['is_parent'] = TRUE;
index 8948c33c977d79781a9c0a8fc5b59ca87f2091e5..4ebd3a618ba5e9e165ee874e7851c09f2369bfc1 100644 (file)
@@ -43,7 +43,7 @@ class CRM_Contact_BAO_GroupContactCache extends CRM_Contact_DAO_GroupContactCach
    * @param $groupIDs
    *   Of group that we are checking against.
    *
-   * @return boolean TRUE if we did not regenerate, false if we did
+   * @return boolean TRUE if we did not regenerate, FALSE if we did
    */
   public static function check($groupIDs) {
     if (empty($groupIDs)) {
@@ -121,7 +121,7 @@ AND     ( g.cache_date IS NULL OR
    * @param int $limit
    *   Limits the number of groups we evaluate.
    *
-   * @return boolean TRUE if we did not regenerate, false if we did
+   * @return boolean TRUE if we did not regenerate, FALSE if we did
    */
   public static function loadAll($groupIDs = NULL, $limit = 0) {
     // ensure that all the smart groups are loaded
index 8c6cf410f533235eb82a3a93bd78b6d9382fe68e..964cc5c95b66624cc1bf08a93550b0a0076cb843 100644 (file)
@@ -337,7 +337,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
     }
     else {
       $className = $this->_modeValue['taskClassName'];
-      $tasks += $className::permissionedTaskTitles($permission, false);
+      $tasks += $className::permissionedTaskTitles($permission, FALSE);
     }
 
     if (isset($this->_ssID)) {
@@ -658,7 +658,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
         $this->_params,
         $this->_returnProperties,
         $this->_action,
-        false, TRUE,
+        FALSE, TRUE,
         $this->_context,
         $this->_contextMenu
       );
@@ -668,7 +668,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
       $selector = new self::$_selectorName(
         $this->_params,
         $this->_action,
-        NULL, false, NULL,
+        NULL, FALSE, NULL,
         "search", "advanced"
       );
     }
@@ -799,7 +799,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
           $this->_params,
           $this->_returnProperties,
           $this->_action,
-          false,
+          FALSE,
           $searchChildGroups,
           $this->_context,
           $this->_contextMenu
@@ -811,7 +811,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
           $this->_params,
           $this->_action,
           NULL,
-          false,
+          FALSE,
           NULL,
           "search",
           "advanced"
index e9850f164c32298d5094d39d2a0d10d9c0c0de32..bfcc5d20e89791712193074cb9f466b196f4614c 100644 (file)
@@ -475,7 +475,7 @@ class CRM_Contact_Form_Search_Builder extends CRM_Contact_Form_Search {
       $v2empty = TRUE;
       foreach ($val as $vk => $vv) {
         if (!empty($vk)) {
-          $v2empty = false;
+          $v2empty = FALSE;
         }
       }
       if ($v2empty) {
index b491667cac7de9d1aae309c9caf50d947f7c0f76..4234e81019d9bea12b0bb940eee5eab193d55fb3 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Contact_Form_Search_Criteria {
 
       $used_for = CRM_Core_OptionGroup::values('tag_used_for');
       $tagsTypes = array();
-      $showAllTagTypes = false;
+      $showAllTagTypes = FALSE;
       foreach ($used_for as $key => $value) {
         //check tags for every type and find if there are any defined
         $tags = CRM_Core_BAO_Tag::getTagsUsedFor($key, FALSE, TRUE, NULL);
index 2aaa42f5c90c4d6c0996a963f0423a3b24935acd..7cfe3a757a9bc27116c28fa369abe63dd1957ef8 100644 (file)
@@ -156,7 +156,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
     );
 
     $config = CRM_Core_Config::singleton();
-    if ($config->wkhtmltopdfPath == false) {
+    if ($config->wkhtmltopdfPath == FALSE) {
       $form->add(
         'text',
         'stationery',
index 9edc2974c9115bcbb270cdb747f28124c803b79b..ed988c535aee6e1fcf265ac45f68929aeb6437dd 100644 (file)
@@ -297,7 +297,7 @@ WHERE lt.entity_id = %1 ";
    *
    * @param int $entity_id
    * @return bool
-   *   TRUE on success, false otherwise.
+   *   TRUE on success, FALSE otherwise.
    * @static
    */
   public static function deleteFinancialTrxn($entity_id) {
index e6bc7d28214f5c72f8ea061b7b2205502e51b130..6d68b1384ee8ca0e256de697e4930e8e4b22b52b 100644 (file)
@@ -1037,7 +1037,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping {
           }
 
           // CRM-14983: verify if values are comma separated convert to array
-          if (!is_array($value) && (strpos($value,',') !== false || strstr($value, '(')) && empty($isCustomField) && $params['operator'][$key][$k] == 'IN') {
+          if (!is_array($value) && (strpos($value,',') !== FALSE || strstr($value, '(')) && empty($isCustomField) && $params['operator'][$key][$k] == 'IN') {
             preg_match('#\((.*?)\)#', $value, $match);
             $tmpArray = explode(',', $match[1]);
             $value = array_combine(array_values($tmpArray),array_values($tmpArray));
index f68ed7b97fef064ada49beffda30209f7eea2e07..121a4648e7226056b2312085ca1ccd8aca234205 100644 (file)
@@ -205,7 +205,7 @@ class CRM_Core_BAO_MessageTemplate extends CRM_Core_DAO_MessageTemplate {
       }
       list($details) = CRM_Utils_Token::getTokenDetails(array($contactId),
                                                         $returnProperties,
-                                                        NULL, NULL, false,
+                                                        NULL, NULL, FALSE,
                                                         $tokens,
                                                         'CRM_Core_BAO_MessageTemplate');
       $contact = reset($details);
@@ -222,7 +222,7 @@ class CRM_Core_BAO_MessageTemplate extends CRM_Core_DAO_MessageTemplate {
         if ($$bodyType) {
           CRM_Utils_Token::replaceGreetingTokens($$bodyType, NULL, $contact['contact_id']);
           $$bodyType = CRM_Utils_Token::replaceDomainTokens($$bodyType, $domain, TRUE, $tokens, TRUE);
-          $$bodyType = CRM_Utils_Token::replaceContactTokens($$bodyType, $contact, false, $tokens, false, TRUE);
+          $$bodyType = CRM_Utils_Token::replaceContactTokens($$bodyType, $contact, FALSE, $tokens, FALSE, TRUE);
           $$bodyType = CRM_Utils_Token::replaceComponentTokens($$bodyType, $contact, $tokens, TRUE);
           $$bodyType = CRM_Utils_Token::replaceHookTokens($$bodyType, $contact , $categories, TRUE);
         }
@@ -237,7 +237,7 @@ class CRM_Core_BAO_MessageTemplate extends CRM_Core_DAO_MessageTemplate {
       }
 
       // do replacements in message subject
-      $messageSubject = CRM_Utils_Token::replaceContactTokens($body_subject, $contact, false, $tokens);
+      $messageSubject = CRM_Utils_Token::replaceContactTokens($body_subject, $contact, FALSE, $tokens);
       $messageSubject = CRM_Utils_Token::replaceDomainTokens($messageSubject, $domain, TRUE, $tokens);
       $messageSubject = CRM_Utils_Token::replaceComponentTokens($messageSubject, $contact, $tokens, TRUE);
       $messageSubject = CRM_Utils_Token::replaceHookTokens($messageSubject, $contact, $categories, TRUE);
index a608743a171a29993e9c6615bcc80facb85b2fd0..9a68eae56f80c4a039870813c15e659291077b03 100644 (file)
@@ -755,7 +755,7 @@ ORDER BY parent_id, weight";
       $newWeight = $newWeight + 1;
 
       // since this is a last node we don't need to increment other nodes
-      $incrementOtherNodes = false;
+      $incrementOtherNodes = FALSE;
     }
 
     $transaction = new CRM_Core_Transaction();
index b6833503095111fce1aed4000365f98c9500d320..557f5cedcf0285b935279296d50ab114c3728c86 100644 (file)
@@ -289,7 +289,7 @@ class CRM_Core_BAO_Note extends CRM_Core_DAO_Note {
    * @param bool $showStatus
    *   Do we need to set status or not.
    *
-   * @return mixed|NULL $return no of deleted notes on success, false otherwise@access public
+   * @return mixed|NULL $return no of deleted notes on success, FALSE otherwise@access public
    * @static
    */
   public static function del($id, $showStatus = TRUE) {
@@ -473,7 +473,7 @@ ORDER BY  modified_date desc";
    */
   private static function buildNoteTree($parentId, $maxDepth = 0, $snippet = FALSE, &$tree = array(), $depth = 0) {
     if ($maxDepth && $depth > $maxDepth) {
-      return false;
+      return FALSE;
     }
 
     // get direct children of given parentId note
index 499b20b86877e1ba43e33f6da8e1fd368ef35ed3..09aa7085f5bea0164985fea797994934e0ce98aa 100644 (file)
@@ -211,7 +211,7 @@ WHERE  cacheKey = %1
    * @return bool
    */
   public static function is_serialized($string) {
-    return (@unserialize($string) !== false);
+    return (@unserialize($string) !== FALSE);
   }
 
   /**
index 6ceae0068acb0091d66e33276a33bc70763b2e39..c7adca4c000e628dd0375a4a3841f86e7ade722b 100644 (file)
@@ -66,7 +66,7 @@ class CRM_Core_BAO_SchemaHandler {
    *
    * @param array $params
    *
-   * @return TRUE if successfully created, false otherwise
+   * @return TRUE if successfully created, FALSE otherwise
    *
    * @static
    */
@@ -367,7 +367,7 @@ ALTER TABLE {$tableName}
    *   Name of the table to be created.
    *
    * @return bool
-   *   TRUE if successfully deleted, false otherwise.
+   *   TRUE if successfully deleted, FALSE otherwise.
    *
    * @static
    */
index ccad8f888bcec33689525fcf96b4b5eb2d5c4e96..7a49e25293aacf90c2fe36ef7ce4a0a769900329 100644 (file)
@@ -611,7 +611,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
       $form->add('hidden', 'priceSetId', $form->_priceSetId);
 
       // CRM-14492 Admin price fields should show up on event registration if user has 'administer CiviCRM' permissions
-      $adminFieldVisible = false;
+      $adminFieldVisible = FALSE;
       if (CRM_Core_Permission::check('administer CiviCRM')) {
         $adminFieldVisible = TRUE;
       }
index 3bdf94b7f9e76c8ed4a15dffc5238608b9e3bae4..d6ff5b470532aaf90f68fc059152ceb728fceff2 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page {
           $visibility = CRM_Core_PseudoConstant::visibility('name');
 
           // CRM-14492 Admin price fields should show up on event registration if user has 'administer CiviCRM' permissions
-          $adminFieldVisible = false;
+          $adminFieldVisible = FALSE;
           if (CRM_Core_Permission::check('administer CiviCRM')) {
             $adminFieldVisible = TRUE;
           }
@@ -128,7 +128,7 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page {
           foreach ($priceSetFields as $fid => $fieldValues) {
             if (!is_array($fieldValues['options']) ||
               empty($fieldValues['options']) ||
-              (CRM_Utils_Array::value('visibility_id', $fieldValues) != array_search('public', $visibility) && $adminFieldVisible == false)
+              (CRM_Utils_Array::value('visibility_id', $fieldValues) != array_search('public', $visibility) && $adminFieldVisible == FALSE)
             ) {
               continue;
             }
index e01fde6b676b1889f8b2849d33272f2e811ea099..03f9a66f15895602d1427c4db2b1d49904d6c48f 100644 (file)
@@ -128,7 +128,7 @@ LEFT JOIN civicrm_activity_contact source ON source.activity_id = lt.id AND sour
         if (empty($contactIdClause)) {
           $contactIdClause = "AND contact_id = %3";
         }
-        if (strpos($table, 'civicrm_value') !== false) {
+        if (strpos($table, 'civicrm_value') !== FALSE) {
           $contactIdClause = "AND entity_id = %3";
         }
       }