X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm.php;h=6c1b8a52af046153e026750ad8860193f5839591;hb=b10009fb4d3be97b30daf3a6aefc1985a0edc5dd;hp=36d3785169511d371558e2c2ddb41e12707143fd;hpb=d7f6c609b3af1dafb068fb3172056d0b58142b5e;p=civicrm-core.git diff --git a/CRM/Contribute/Form.php b/CRM/Contribute/Form.php index 36d3785169..6c1b8a52af 100644 --- a/CRM/Contribute/Form.php +++ b/CRM/Contribute/Form.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,21 +28,16 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * + * @copyright CiviCRM LLC (c) 2004-2017 */ /** - * This class generates form components generic to Contribution admin - * + * This class generates form components generic to Contribution admin. */ class CRM_Contribute_Form extends CRM_Admin_Form { /** - * Set default values for the form. Note that in edit/view mode - * the default values are retrieved from the database - * + * Set default values for the form. * * @return array */