Merge pull request #3682 from monishdeb/CRM-14969
[civicrm-core.git] / api / v3 / Generic / Update.php
index 3c37f70b548cef613f0da34491e19878e65652bc..68e4fe5e66e7aa7731191394dc76ff9845c5d21c 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.                                    |
  |                                                                    |
@@ -41,6 +41,8 @@
  *  - version: string
  *  - function: callback (mixed)
  *  - params: array, varies
+ *
+ * @return array|int|mixed
  */
 function civicrm_api3_generic_update($apiRequest) {
   //$key_id = strtolower ($apiRequest['entity'])."_id";