From: Wim De Craene Date: Wed, 6 Jan 2016 15:24:23 +0000 (+0100) Subject: Removed spaces. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ef804737276d6e6a4d63deee2833be2e2bee1a7a;p=civicrm-core.git Removed spaces. --- diff --git a/api/v3/Address.php b/api/v3/Address.php index 041aef461e..4984da2384 100644 --- a/api/v3/Address.php +++ b/api/v3/Address.php @@ -102,10 +102,10 @@ function _civicrm_api3_address_create_spec(&$params) { 'type' => CRM_Utils_Type::T_BOOLEAN, ); $params['skip_geocode'] = array( - 'title' => 'Skip geocode', - 'description' => 'Optional param to indicate you want to skip geocoding (useful when importing a lot of addresses - at once, the job \'Geocode and Parse Addresses\' can execute this task after the import)', - 'type' => CRM_Utils_Type::T_BOOLEAN, + 'title' => 'Skip geocode', + 'description' => 'Optional param to indicate you want to skip geocoding (useful when importing a lot of addresses + at once, the job \'Geocode and Parse Addresses\' can execute this task after the import)', + 'type' => CRM_Utils_Type::T_BOOLEAN, ); $params['world_region'] = array( 'title' => ts('World Region'),