Merge pull request #4857 from atif-shaikh/CRM-15203
[civicrm-core.git] / CRM / Campaign / Form / Task.php
index fe1e2a1c11c7941a17897bcd73db91db5730deca..be6cfefe4a94bf8e17b5e7a591f9f39bb50ee8e2 100755 (executable)
@@ -80,8 +80,8 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
    * @param
    *
    * @return void
-   * @access public
-   */ function preProcess() {
+   */
+  function preProcess() {
     $values = $this->controller->exportValues('Search');
 
     $this->_task   = $values['task'];
@@ -141,7 +141,6 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
    * @param bool $submitOnce
    *
    * @return void
-   * @access public
    */
   public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
@@ -158,4 +157,3 @@ class CRM_Campaign_Form_Task extends CRM_Core_Form {
     );
   }
 }
-