INFRA-132 - Batch #6
[civicrm-core.git] / CRM / Campaign / Form / Task / Result.php
index 9422aad75e4f596ef243779ea95b2400c48cb064..4a70eeeaea34de2c8b9013b3f23d1a1786e775c3 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
 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() {
+  }
 
   /**
    * 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 {
     );
   }
 }
-