This commit is contained in:
Alexander M. Turek
2004-06-08 05:50:44 +00:00
parent e10e729b96
commit dd8f002974
2 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2004-06-08 Alexander M. Turek <me@derrabus.de>
* libraries/common.lib.php: backwards compatibility.
* config.inc.php: typo.
2004-06-07 Marc Delisle <lem9@users.sourceforge.net> 2004-06-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
mysqli_connect() to enable the use of default socket mysqli_connect() to enable the use of default socket

View File

@@ -311,7 +311,7 @@ $cfg['Export']['onserver'] = FALSE;
$cfg['Export']['onserver_overwrite'] = FALSE; $cfg['Export']['onserver_overwrite'] = FALSE;
$cfg['Export']['remember_file_template'] = TRUE; $cfg['Export']['remember_file_template'] = TRUE;
$cfg['Export']['xls_columns' = FALSE; $cfg['Export']['xls_columns'] = FALSE;
$cfg['Export']['xls_null'] = 'NULL'; $cfg['Export']['xls_null'] = 'NULL';
$cfg['Export']['csv_columns'] = FALSE; $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 $cfg['docSQLDir'] = ''; // Directory for docSQL imports, phpMyAdmin can import
// docSQL files from that directory. For example // docSQL files from that directory. For example
// './docSQL'. Leave empty for no docSQL import support. // './docSQL'. Leave empty for no docSQL import support.
$cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files. $cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files.
// This is needed for MS Excel export, see documentation // This is needed for MS Excel export, see documentation
// how to enable that. // how to enable that.