CRM-14199 Enhancement - Incorrect Math in Import routines
[civicrm-core.git] / CRM / Contribute / Form.php
index cd51b67eabcf1ac6553e785bd7033ee33d6348f4..1b97fa906b53b09fe579dbeb07b36e803a469ea5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -43,11 +43,10 @@ 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
    *
-   * @access public
    *
    * @return array
    */
-  function setDefaultValues() {
+  public function setDefaultValues() {
     $defaults = array();
 
     if (isset($this->_id)) {
@@ -82,4 +81,3 @@ class CRM_Contribute_Form extends CRM_Admin_Form {
   }
 
 }
-