Merge branch 'master' of git://github.com/civicrm/civicrm-core into codingstandards-12
[civicrm-core.git] / settings / Event.setting.php
index da50e2b42a06cad006c065b877f3c2b3571ec968..8ba2580c81ff8cdcc606c45683f4276fa32de5a7 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 /*
  * Settings metadata file
  */
-return array (
+return array(
   'event_enable_cart' =>
-    array (
-      'name' => 'enable_cart',
-      'group_name' => 'Event Preferences',
-      'group' => 'event',
-      'type' => 'String',
-      'quick_form_type' => 'Element',
-      'default' => 0,
-      'add' => 4.1,
-      'title' => 'Enable Event Cart',
-      'is_domain' => 1,
-      'is_contact' => 1,
-      'description' => "WRITE ME",
-      'help_text' => 'WRITE ME'
+  array(
+    'name' => 'enable_cart',
+    'group_name' => 'Event Preferences',
+    'group' => 'event',
+    'type' => 'String',
+    'quick_form_type' => 'Element',
+    'default' => 0,
+    'add' => 4.1,
+    'title' => 'Enable Event Cart',
+    'is_domain' => 1,
+    'is_contact' => 1,
+    'description' => "WRITE ME",
+    'help_text' => 'WRITE ME',
   ),
 );