X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContributionSoft.php;h=fb795384a032b1958d85f5444e258475cc551adb;hb=44994b86e25125c315112fd6f6cef948fbb0b170;hp=8d6187cf7c07f9a2c575b46d520efd83ac22cba3;hpb=725b3de6f03330ab5e310f397fc0336fe551ec6f;p=civicrm-core.git diff --git a/api/v3/ContributionSoft.php b/api/v3/ContributionSoft.php index 8d6187cf7c..fb795384a0 100644 --- a/api/v3/ContributionSoft.php +++ b/api/v3/ContributionSoft.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -26,13 +26,9 @@ */ /** - * File for the CiviCRM APIv3 soft credit functions. + * This api exposes CiviCRM soft credits. * * @package CiviCRM_APIv3 - * @subpackage API_ContributionSoft - * - * @copyright CiviCRM LLC (c) 2004-2014 - * @version $Id: ContributionSoft.php 2013-05-01 Jon Goldberg $ */ /** @@ -54,7 +50,7 @@ function civicrm_api3_contribution_soft_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_contribution_soft_create_spec(&$params) { $params['contribution_id']['api.required'] = 1;