--CRM-16188, added function to check the total amount and sum of line total
[civicrm-core.git] / CRM / Contribute / BAO / Widget.php
index a0013a789ac7fd0cee895176b6d0996c522568bc..c7456707fc70a3ce310a20fd7f2ad542587a142d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
  */
 
 /**
- * Class to retrieve information about a contribution page
+ * Class to retrieve information about a contribution page.
  */
 class CRM_Contribute_BAO_Widget extends CRM_Contribute_DAO_Widget {