X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventSubscribe.php;h=b312d7820d7df293d47e574b9bbe7618ac08a92d;hb=b62fca29269926ed616b4a387cabc7abb373271e;hp=d109dd64b321660b2e55c7c307864de9e01afea6;hpb=f0985b2635377b0e02d204d5adf872fce4997758;p=civicrm-core.git diff --git a/api/v3/MailingEventSubscribe.php b/api/v3/MailingEventSubscribe.php index d109dd64b3..b312d7820d 100644 --- a/api/v3/MailingEventSubscribe.php +++ b/api/v3/MailingEventSubscribe.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_MailerGroup - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 * $Id$ * */ @@ -40,9 +40,10 @@ /** * Subscribe from mailing group * - * @param array $params Associative array of property + * @param array $params Associative array of property * name/value pairs to insert in new 'survey' * + * @throws API_Exception * @return array api result array * {@getfields mailing_event_subscribe_create} * @access public