Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / Im.php
index 2e96a7d730a3053206359db3f3b1991aea631142..fd5e78230df60ea21dd1e19856bdb10d959cd22c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.2                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2012                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
  * @package CiviCRM_APIv3
  * @subpackage API_IM
  *
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  */
 
 /**
  * Allowed @params array keys are:
  * {@getfields im_create}
  *
+ * @param $params
+ *
  * @return array of newly created IM property values.
  * @access public
- * @todo convert to using basic create - BAO function non-std
  */
 function civicrm_api3_im_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
-
 }
 
 /**