X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FLocationType.php;h=513fff7e283eee9ce9fe56c43e7be31c90dd9b4d;hb=92b0f883315c72514e629b1c9e37261b84186785;hp=ddf9a120c5fd2474fc55398c0b2cff6f257412ca;hpb=f8c36033b83eb127a5443595b7aea3c6e68cd855;p=civicrm-core.git diff --git a/api/v3/LocationType.php b/api/v3/LocationType.php index ddf9a120c5..513fff7e28 100644 --- a/api/v3/LocationType.php +++ b/api/v3/LocationType.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.3 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -32,7 +32,7 @@ * @package CiviCRM_APIv3 * @subpackage API_LocationType * - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * @version $Id: LocationType.php 2012-11-02 Jon Goldberg $ */ @@ -43,6 +43,8 @@ * * @example LocationTypeCreate.php Standard Create Example * + * @param $params + * * @return array API result array * {@getfields email_create} * @access public @@ -74,7 +76,7 @@ function _civicrm_api3_location_type_create_spec(&$params) { * * @example LocationTypeDelete.php Standard Delete Example * - * @return boolean | error true if successfull, error otherwise + * @return array API result array * {@getfields LocationType_delete} * @access public */