X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContributionRecur.php;h=31320424827cf3a1fee464e75d666fe9540cbf6c;hb=c8950569c8c39745086e5a6c9df08b36441b5662;hp=c15af33b0e901b3276ccc3ebc265593d15a6b7ee;hpb=8574ccfa2c135b283069ec9e79304df1e8e66cfe;p=civicrm-core.git diff --git a/api/v3/ContributionRecur.php b/api/v3/ContributionRecur.php index c15af33b0e..3132042482 100644 --- a/api/v3/ContributionRecur.php +++ b/api/v3/ContributionRecur.php @@ -33,8 +33,6 @@ * @copyright CiviCRM LLC (c) 2004-2013 */ -require_once 'CRM/Contribute/BAO/ContributionRecur.php'; - /** * Create or update a contribution_recur * @@ -52,7 +50,7 @@ function civicrm_api3_contribution_recur_create($params) { /** * Adjust Metadata for Create action - * + * * The metadata is used for setting defaults, documentation & validation * @param array $params array or parameters determined by getfields */