From dd8f00297471d6fb1bb4971872d5901730e521cd Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 8 Jun 2004 05:50:44 +0000 Subject: [PATCH] typo --- ChangeLog | 4 ++++ config.inc.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e05032b8..709c4d936 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-06-08 Alexander M. Turek + * libraries/common.lib.php: backwards compatibility. + * config.inc.php: typo. + 2004-06-07 Marc Delisle * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling mysqli_connect() to enable the use of default socket diff --git a/config.inc.php b/config.inc.php index 8eab568b3..f02c54cea 100644 --- a/config.inc.php +++ b/config.inc.php @@ -311,7 +311,7 @@ $cfg['Export']['onserver'] = FALSE; $cfg['Export']['onserver_overwrite'] = FALSE; $cfg['Export']['remember_file_template'] = TRUE; -$cfg['Export']['xls_columns' = FALSE; +$cfg['Export']['xls_columns'] = FALSE; $cfg['Export']['xls_null'] = 'NULL'; $cfg['Export']['csv_columns'] = FALSE; @@ -569,8 +569,8 @@ $cfg['SaveDir'] = ''; // Directory where phpMyAdmin can sa $cfg['docSQLDir'] = ''; // Directory for docSQL imports, phpMyAdmin can import // docSQL files from that directory. For example // './docSQL'. Leave empty for no docSQL import support. -$cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files. - // This is needed for MS Excel export, see documentation +$cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files. + // This is needed for MS Excel export, see documentation // how to enable that.