X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContributionSoft.php;h=fb795384a032b1958d85f5444e258475cc551adb;hb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;hp=8d6187cf7c07f9a2c575b46d520efd83ac22cba3;hpb=bb2a13239be55c916c3eaf2aee9519fd9b1e2823;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;