X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailSettings.php;h=c298312018135e7c6567cea215343a1482d74aa6;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=be234b78747f369a60b12d01b14d76c73b199b19;hpb=79429fad822d678e16790d8025375d7c1688e515;p=civicrm-core.git diff --git a/api/v3/MailSettings.php b/api/v3/MailSettings.php index be234b7874..c298312018 100644 --- a/api/v3/MailSettings.php +++ b/api/v3/MailSettings.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. | | | @@ -31,7 +31,7 @@ * * @package CiviCRM_APIv3 * @subpackage API_mail_settings - * @copyright CiviCRM LLC (c) 2004-2013 + * @copyright CiviCRM LLC (c) 2004-2014 */ /** @@ -80,11 +80,10 @@ function civicrm_api3_mail_settings_get($params) { * This method is used to delete any existing mail_settings. id of the group * to be deleted is required field in $params array * - * @param array $params (reference) array containing id of the group + * @param array $params array containing id of the group * to be deleted * - * @return array returns flag true if successfull, error - * message otherwise + * @return array api result array * {@getfields mail_settings_delete} * @access public */