X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FActivity%2FForm%2FSearch.php;h=f64d45852e82840ecdbf95e8a022e185b9f0af35;hb=39de6fd54b9843705d13cb9f70fbcc6296103670;hp=0e4b018b351a4aa877fe0776eaf3d5e68b476cb1;hpb=f213f314fc885b8eea217298c64e69ebbb967270;p=civicrm-core.git diff --git a/CRM/Activity/Form/Search.php b/CRM/Activity/Form/Search.php index 0e4b018b35..f64d45852e 100644 --- a/CRM/Activity/Form/Search.php +++ b/CRM/Activity/Form/Search.php @@ -1,7 +1,7 @@ set('searchFormName', 'Search'); - /** - * set the button names - */ + // set the button names $this->_searchButtonName = $this->getButtonName('refresh'); $this->_actionButtonName = $this->getButtonName('next', 'action'); $this->_done = FALSE; $this->defaults = array(); - /* - * we allow the controller to set force/reset externally, useful when we are being - * driven by the wizard framework - */ + // we allow the controller to set force/reset externally, useful when we are being + // driven by the wizard framework $this->_reset = CRM_Utils_Request::retrieve('reset', 'Boolean', CRM_Core_DAO::$_nullObject); $this->_force = CRM_Utils_Request::retrieve('force', 'Boolean', $this, FALSE); $this->_limit = CRM_Utils_Request::retrieve('limit', 'Positive', $this); @@ -168,7 +164,7 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search { } /** - * Build the form + * Build the form object * * @access public *