Merge pull request #14878 from civicrm/5.16
[civicrm-core.git] / CRM / Campaign / Form / Petition.php
index 30e9349ff42af0ac0ce98fae45dc966669a72229..f203c3d88fe97ae135d4b7c1e095fac2f5c9ae61 100644 (file)
@@ -160,7 +160,6 @@ class CRM_Campaign_Form_Petition extends CRM_Core_Form {
     return $defaults;
   }
 
-
   public function buildQuickForm() {
 
     if ($this->_action & CRM_Core_Action::DELETE) {
@@ -300,7 +299,6 @@ WHERE  $whereClause
     return empty($errors) ? TRUE : $errors;
   }
 
-
   public function postProcess() {
     // store the submitted values in an array
     $params = $this->controller->exportValues($this->_name);