INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / MailingEventResubscribe.php
index e70bb99bdd7bff493237c94e70523358e6cd5123..aa3bdf7d897dc9982b991273619bc16a6f754e83 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -45,9 +44,8 @@
  *                       name/value pairs to insert in new 'survey'
  *
  * @return array
  *   api result array
+ *   api result array
  * {@getfields mailing_event_subscribe_create}
- * @access public
  */
 function civicrm_api3_mailing_event_resubscribe_create($params) {
 
@@ -83,4 +81,3 @@ function _civicrm_api3_mailing_event_resubscribe_create_spec(&$params) {
   $params['hash']['api.required'] = 1;
   $params['hash']['title'] = 'Hash';
 }
-