diff --git a/ChangeLog b/ChangeLog index 86d110c7a..512600578 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2005-06-07 Marc Delisle * lang/tatarish*: updates, thanks to Albert Fazlí + * config.inc.php: bug #1215950, typo in comment 2005-06-06 Marc Delisle * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php, diff --git a/config.inc.php b/config.inc.php index c28c69bed..9dfcd1058 100644 --- a/config.inc.php +++ b/config.inc.php @@ -309,7 +309,7 @@ $cfg['DefaultTabTable'] = 'tbl_properties_structure.php'; * Export defaults */ -$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/hmtlexcel/htmlword +$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/htmlexcel/htmlword $cfg['Export']['compression'] = 'none'; // none/zip/gzip/bzip2 $cfg['Export']['asfile'] = FALSE;