X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FGroup.php;h=786f15b2d58cb29202dbc2958ca01996e46b2569;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=67f39f0d182225d0073e103890907e8eed2c4320;hpb=eea8ff3839906553e09ee346c7c87395d3125afd;p=civicrm-core.git diff --git a/api/v3/Group.php b/api/v3/Group.php index 67f39f0d18..786f15b2d5 100644 --- a/api/v3/Group.php +++ b/api/v3/Group.php @@ -98,11 +98,10 @@ function civicrm_api3_group_get($params) { * This method is used to delete any existing group. id of the group * to be deleted is required field in $params array * - * @param array $params (referance) array containing id of the group + * @param array $params array containing id of the group * to be deleted * - * @return array (referance) returns flag true if successfull, error - * message otherwise + * @return array API result array *@example GroupDelete.php *{@getfields group_delete} *