From ddc73d13c2dad3caabb63cf3d57951f5560502d0 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 13 Dec 2012 14:55:11 +0000 Subject: [PATCH] Don't show the CSV import history (by default) for a faster display. SVN:trunk[2572] --- core/config.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 10066f4d7..64ead9973 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -233,8 +233,8 @@ class Config 'csv_import_history_display' => array( 'type' => 'bool', 'description' => 'Display the history tab in the import wizard', - 'default' => true, - 'value' => true, + 'default' => false, + 'value' => false, 'source_of_value' => '', 'show_in_conf_sample' => true, ),