Merge pull request #5901 from colemanw/CRM-16557
[civicrm-core.git] / api / v3 / Address.php
index 1e16bfd62ed69c66945b8dfa6e8f9733c539d35b..7c95d30d38acefc8c3b967768184a006e8cea24b 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -94,6 +94,7 @@ function _civicrm_api3_address_create_spec(&$params) {
   $params['street_parsing'] = array(
     'title' => 'Street Address Parsing',
     'description' => 'Optional param to indicate you want the street_address field parsed into individual params',
+    'type' => CRM_Utils_Type::T_BOOLEAN,
   );
   $params['world_region'] = array(
     'title' => ts('World Region'),