Merge pull request #5613 from rohankatkar/CRM-16264
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_2_beta4.php
index 3171239ddfc2651d57f892d12c6c6b255ae667db..37e0e9ec2b440419849205d8d7286f27e93b0b88 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.5                                                |
+| CiviCRM version 4.6                                                |
 +--------------------------------------------------------------------+
-| 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
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -36,7 +36,7 @@ class CRM_Core_I18n_SchemaStructure_3_2_beta4 {
   /**
    * @return array
    */
-  static function &columns() {
+  public static function &columns() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -196,7 +196,7 @@ class CRM_Core_I18n_SchemaStructure_3_2_beta4 {
   /**
    * @return array
    */
-  static function &indices() {
+  public static function &indices() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -277,12 +277,12 @@ class CRM_Core_I18n_SchemaStructure_3_2_beta4 {
   /**
    * @return array
    */
-  static function &tables() {
+  public static function &tables() {
     static $result = NULL;
     if (!$result) {
       $result = array_keys(self::columns());
     }
     return $result;
   }
-}
 
+}