Merge branch 'master' of git://github.com/civicrm/civicrm-core into codingstandards-12
[civicrm-core.git] / settings / Event.setting.php
index 1e969b83b73edcb3392d2e250c9e7a01296d43b2..8ba2580c81ff8cdcc606c45683f4276fa32de5a7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
 /*
  * 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',
   ),
 );