From 1da6c733f5e8b480d468c92c7774caf8afd1e1ac Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 23 Feb 2015 10:57:40 +0530 Subject: [PATCH] Formatting fixes --- CRM/UF/Page/ProfileEditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/UF/Page/ProfileEditor.php b/CRM/UF/Page/ProfileEditor.php index 916dae0ca1..dec8daa8d9 100644 --- a/CRM/UF/Page/ProfileEditor.php +++ b/CRM/UF/Page/ProfileEditor.php @@ -23,7 +23,7 @@ class CRM_UF_Page_ProfileEditor extends CRM_Core_Page { return array( 'PseudoConstant' => array( 'locationType' => CRM_Core_PseudoConstant::get('CRM_Core_DAO_Address', 'location_type_id'), - 'websiteType' => CRM_Core_PseudoConstant::get('CRM_Core_DAO_Website', 'website_type_id'), + 'websiteType' => CRM_Core_PseudoConstant::get('CRM_Core_DAO_Website', 'website_type_id'), 'phoneType' => CRM_Core_PseudoConstant::get('CRM_Core_DAO_Phone', 'phone_type_id'), ), 'initialProfileList' => civicrm_api('UFGroup', 'get', array( @@ -231,7 +231,7 @@ class CRM_UF_Page_ProfileEditor extends CRM_Core_Page { $result['schema'][$fieldName]['civiIsLocation'] = TRUE; } if ($fieldName == 'url') { - $result['schema'][$fieldName]['civiIsWebsite']= TRUE; + $result['schema'][$fieldName]['civiIsWebsite'] = TRUE; } if (in_array($fieldName, array('phone', 'phone_and_ext'))) { // FIXME what about phone_ext? -- 2.25.1