Преглед на файлове

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2572 a333f486-631f-4898-b8df-5754b55c2be0
dflaven преди 12 години
родител
ревизия
1e582b9266
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      core/config.class.inc.php

+ 2 - 2
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,
 		),