X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FSurvey%2FMain.php;h=1164ef1e7093a447632d76bcf0f9c93c45d2bc10;hb=46bcf5978e35c7f061b3ce70f98108df028eef1d;hp=dbb17bbae22083e3983ce5b6e513862456a60f61;hpb=c8dd7c11b391cda17ad708d827fa6f4f68bca77a;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Survey/Main.php b/CRM/Campaign/Form/Survey/Main.php index dbb17bbae2..1164ef1e70 100644 --- a/CRM/Campaign/Form/Survey/Main.php +++ b/CRM/Campaign/Form/Survey/Main.php @@ -1,7 +1,7 @@ _cdType) { return CRM_Custom_Form_CustomData::setDefaultValues($this); } @@ -146,7 +146,6 @@ class CRM_Campaign_Form_Survey_Main extends CRM_Campaign_Form_Survey { * @param null * * @return void - * @access public */ public function buildQuickForm() { if ($this->_cdType) { @@ -194,7 +193,6 @@ class CRM_Campaign_Form_Survey_Main extends CRM_Campaign_Form_Survey { * @param null * * @return void - * @access public */ public function postProcess() { // store the submitted values in an array @@ -241,4 +239,3 @@ class CRM_Campaign_Form_Survey_Main extends CRM_Campaign_Form_Survey { parent::endPostProcess(); } } -