fix run-on formatting
[civicrm-core.git] / CRM / Grant / Form / Task.php
index ade61be9fa00c79ffd83f3ddf138e121fcf98dd5..8d5da0dd7e52e0f8859983b1f0ca3c45f9ee3dfb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -73,8 +73,8 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
    * @param
    *
    * @return void
-   * @access public
-   */ function preProcess() {
+   */
+  function preProcess() {
     self::preProcessCommon($this);
   }
 
@@ -82,7 +82,7 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
    * @param CRM_Core_Form $form
    * @param bool $useTable
    */
-  static function preProcessCommon(&$form, $useTable = FALSE) {
+  public static function preProcessCommon(&$form, $useTable = FALSE) {
     $form->_grantIds = array();
 
     $values = $form->controller->exportValues('Search');
@@ -153,9 +153,8 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
    * @param string $backType
    *
    * @return void
-   * @access public
    */
-  function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
+  public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
         array(
           'type' => $nextType,
@@ -170,4 +169,3 @@ class CRM_Grant_Form_Task extends CRM_Core_Form {
     );
   }
 }
-