Merge pull request #7467 from eileenmcnaughton/tests
[civicrm-core.git] / CRM / Pledge / Page / UserDashboard.php
index 7bff4ca7852125bffb68a75991c87fc935835c1b..fee6d0b867889ec693ed18b1c42347f6468b1626 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
    * called when action is browse.
-   *
    */
   public function listPledges() {
     $controller = new CRM_Core_Controller_Simple(
@@ -54,7 +51,7 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
     $controller->process();
     $controller->run();
 
-    //add honor block.
+    // add honor block.
     $honorParams = array();
     $honorParams = CRM_Pledge_BAO_Pledge::getHonorContacts($this->_contactId);
     if (!empty($honorParams)) {
@@ -70,7 +67,6 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
   /**
    * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
-   *
    */
   public function run() {
     parent::preProcess();