From 9b94a4afda929e8a5852fa2b4dc965b603fb0136 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Sun, 1 Feb 2015 17:02:14 +0100 Subject: [PATCH] Change default values. --- module/dca/tl_leaflet_map.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/dca/tl_leaflet_map.php b/module/dca/tl_leaflet_map.php index fa05784..0cec397 100644 --- a/module/dca/tl_leaflet_map.php +++ b/module/dca/tl_leaflet_map.php @@ -241,7 +241,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array 'label' => &$GLOBALS['TL_LANG']['tl_leaflet_map']['adjustZoomExtra'], 'exclude' => true, 'inputType' => 'checkbox', - 'default' => true, + 'default' => false, 'eval' => array('tl_class' => 'w50 m12', 'submitOnChange' => true), 'sql' => "char(1) NOT NULL default ''" ), @@ -424,7 +424,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map'] = array 'label' => &$GLOBALS['TL_LANG']['tl_leaflet_map']['dynamicLoad'], 'exclude' => true, 'inputType' => 'checkbox', - 'default' => true, + 'default' => false, 'eval' => array('tl_class' => 'w50', 'submitOnChange' => false), 'sql' => "char(1) NOT NULL default ''" ),