bug 1215950 typo in comment

This commit is contained in:
Marc Delisle
2005-06-07 16:45:29 +00:00
parent b8fe832b61
commit ee99a9746d
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2005-06-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/tatarish*: updates, thanks to Albert Fazlí
* config.inc.php: bug #1215950, typo in comment
2005-06-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,

View File

@@ -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;