X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FGroupOrganization.php;h=73a643785536cccc65bb95155b0122a53c4929a2;hb=0b2bdd13e190523e68f8ee762b825eaa0a801e4b;hp=451eefe30073f404155188859baf1939813a6d34;hpb=dc64d047267e30477353bbd8ade2cc5c862ef122;p=civicrm-core.git diff --git a/api/v3/GroupOrganization.php b/api/v3/GroupOrganization.php index 451eefe300..73a6437855 100644 --- a/api/v3/GroupOrganization.php +++ b/api/v3/GroupOrganization.php @@ -26,13 +26,9 @@ */ /** - * File for the CiviCRM APIv3 group contact functions + * This api exposes the relationships between organizations and CiviCRM groups. * * @package CiviCRM_APIv3 - * @subpackage API_Group - * - * @copyright CiviCRM LLC (c) 2004-2014 - * @version $Id: GroupContact.php 21624 2009-06-04 22:02:55Z mover $ */ @@ -75,7 +71,7 @@ function civicrm_api3_group_organization_create($params) { * The metadata is used for setting defaults, documentation & validation. * * @param array $params - * Array or parameters determined by getfields. + * Array of parameters determined by getfields. */ function _civicrm_api3_group_organization_create_spec(&$params) { $params['organization_id']['api.required'] = 1;