From ee99a9746da34ef4d152bb042b79b794c5a9b554 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 7 Jun 2005 16:45:29 +0000 Subject: [PATCH] bug 1215950 typo in comment --- ChangeLog | 1 + config.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;