Merge pull request #5618 from sfe-ev/fix-upgrade-option_value-4.6
[civicrm-core.git] / settings / Url.setting.php
index f2484ff18909804f946bd36bc2acf09403e0db9b..efb896a972c64bd5be3f6a7917b7f9ea330f2a8f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | 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',
   ),