X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPrice%2FForm%2FDeleteField.php;h=98189077595bf0e8fc822de0abe0eb23a90f8e49;hb=92fcb95fbd9114b128e44d19b8208e20e0ae3742;hp=999320f0841fe34cf1cbdfa07f8a0a6b69b03ec8;hpb=10c5b975bac2283796e1461ceebc2c7888e9f1e6;p=civicrm-core.git diff --git a/CRM/Price/Form/DeleteField.php b/CRM/Price/Form/DeleteField.php index 999320f084..9818907759 100644 --- a/CRM/Price/Form/DeleteField.php +++ b/CRM/Price/Form/DeleteField.php @@ -1,7 +1,7 @@ _fid = $this->get('fid'); $this->_title = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceField', @@ -73,12 +74,11 @@ class CRM_Price_Form_DeleteField extends CRM_Core_Form { } /** - * Function to actually build the form + * Build the form object * * @param null * * @return void - * @access public */ public function buildQuickForm() { $this->addButtons(array( @@ -101,7 +101,6 @@ class CRM_Price_Form_DeleteField extends CRM_Core_Form { * @param null * * @return void - * @access public */ public function postProcess() { @@ -110,4 +109,3 @@ class CRM_Price_Form_DeleteField extends CRM_Core_Form { } } } -