Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / CustomGroup.php
index 2a8c6325848a828696b6cbf670e7789ca40a4385..c5cb7ca4a4910fa590ffbdf3353e88863eae9871 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | 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_CustomGroup
  *
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * @version $Id: CustomGroup.php 30879 2010-11-22 15:45:55Z shot $
  */
 
@@ -120,6 +120,7 @@ function civicrm_api3_custom_group_delete($params) {
  *
  * @param array $params Array to search on
  *
+ * @return array
  * @access public
  * {@getfields CustomGroup_get}
  * @example CustomGroupGet.php