X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FEvent.setting.php;h=1268db4bd0ecb9284958f8eb94900cffba068aa7;hb=f38178e6aa43297ef8b9e08ca1bcb6bd49c81473;hp=b4148f703e13911d4b9d1f615bbea0642e31a8ce;hpb=6f2500ee7589360102875df4367568fe87485df6;p=civicrm-core.git diff --git a/settings/Event.setting.php b/settings/Event.setting.php index b4148f703e..1268db4bd0 100644 --- a/settings/Event.setting.php +++ b/settings/Event.setting.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | 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$ * */ @@ -37,18 +37,18 @@ */ 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', ), );