comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / ContactSmartGroup.php
index 5d88beabe14d633d02c1714293fcf53f7518c239..314dea2f19ecb1b2d44672b50c4bc8166b2c1da5 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | 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
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 class CRM_Contact_Page_View_ContactSmartGroup extends CRM_Core_Page {
 
@@ -40,7 +38,7 @@ class CRM_Contact_Page_View_ContactSmartGroup extends CRM_Core_Page {
   public $_contactId;
 
   /**
-   * called when action is browse
+   * called when action is browse.
    *
    */
   public function browse() {
@@ -106,4 +104,5 @@ class CRM_Contact_Page_View_ContactSmartGroup extends CRM_Core_Page {
     $this->browse();
     return parent::run();
   }
+
 }