Merge pull request #5011 from eileenmcnaughton/rebase2
[civicrm-core.git] / settings / Event.setting.php
index 4d22c928a2d85d6ea24ae519551e123570065d03..0b4d834160cda37685d9b724e94b04f5bc9e267f 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
 /*
  * 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',
   ),
 );