X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FUrl.setting.php;h=efb896a972c64bd5be3f6a7917b7f9ea330f2a8f;hb=c3bc1eafe92f49b14849cafb91ceb6ccac188ba8;hp=2f7564b4c945862ad53543968d8af99a46870fdf;hpb=11df99209d13885aaf45a5c94612bdc65eb490ff;p=civicrm-core.git diff --git a/settings/Url.setting.php b/settings/Url.setting.php index 2f7564b4c9..efb896a972 100644 --- a/settings/Url.setting.php +++ b/settings/Url.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,32 +23,32 @@ | 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$ * */ /* * Settings metadata file */ -return array ( +return array( 'userFrameworkResourceURL' => array( 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'userFrameworkResourceURL', 'title' => 'Script and CSS Resources URL', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'CiviCRM Resource URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ), 'imageUploadURL' => array( @@ -57,13 +57,13 @@ return array ( 'title' => 'Image URL Prefix', 'name' => 'imageUploadURL', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Image Upload URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ), 'customCSSURL' => array( @@ -72,13 +72,13 @@ return array ( 'name' => 'customCSSURL', 'title' => 'Custom CSS', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Custom CiviCRM CSS URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ),