Don't show the CSV import history (by default) for a faster display.

SVN:trunk[2572]
This commit is contained in:
Denis Flaven
2012-12-13 14:55:11 +00:00
parent cd82ff981f
commit ddc73d13c2

View File

@@ -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,
),