CRM-15917 - CiviReport - fix bug number in comment
[civicrm-core.git] / CRM / Member / Config.php
index 3b6d2bb1f472d4418112d84f477289466c97adbe..021ba6c94f61c708f3c8cf4b10dda185ecc81c2b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -32,5 +32,5 @@
  * $Id$
  *
  */
-class CRM_Member_Config extends CRM_Core_Component_Config {}
-
+class CRM_Member_Config extends CRM_Core_Component_Config {
+}