Merge pull request #4913 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Campaign / Form / Task / Result.php
index 09853f4fe0a960dd20c598ddb19eadc24ea20cf6..4a70eeeaea34de2c8b9013b3f23d1a1786e775c3 100755 (executable)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 class CRM_Campaign_Form_Task_Result extends CRM_Campaign_Form_Task {
 
   /**
-   * build all the data structures needed to build the form
+   * Build all the data structures needed to build the form
    *
    * @return void
-   * @access public
    */
-  function preProcess() {}
+  public function preProcess() {
+  }
 
   /**
-   * Function to actually build the form
+   * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $this->addButtons(array(
@@ -65,4 +64,3 @@ class CRM_Campaign_Form_Task_Result extends CRM_Campaign_Form_Task {
     );
   }
 }
-