Removed spaces.
authorWim De Craene <wim.de.craene@mediaraven.be>
Wed, 6 Jan 2016 15:24:23 +0000 (16:24 +0100)
committerWim De Craene <wim.de.craene@mediaraven.be>
Wed, 6 Jan 2016 15:24:23 +0000 (16:24 +0100)
api/v3/Address.php

index 041aef461e1a7f4061e358689464004462cfcf37..4984da2384e043adfee9a29df280484ced0b1c97 100644 (file)
@@ -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'),