comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Useradd.php
index 04db4c718e2c159d172e30321f6cadde3b5cf759..c8d1da566e33680d1c9348446eb6846854bd7953 100755 (executable)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * $Id$
- *
  */
 
 /**
- * Dummy page for details of Email
- *
+ * Dummy page for details of Email.
  */
 class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
 
@@ -42,12 +39,8 @@ class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
-   * @access public
-   *
    */
-  function run() {
+  public function run() {
     $controller = new CRM_Core_Controller_Simple('CRM_Contact_Form_Task_Useradd',
       ts('Add User'),
       CRM_Core_Action::ADD
@@ -59,5 +52,5 @@ class CRM_Contact_Page_View_Useradd extends CRM_Core_Page {
 
     return parent::run();
   }
-}
 
+}