Fixed undefined variable warning (bug #750070).

This commit is contained in:
Michal Čihař
2003-06-06 13:22:52 +00:00
parent d6134e0d28
commit 86f067a803
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ $Source$
* libraries/config_import.lib.php3, lang/*, config.inc.php3,
db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
select paper size for pdf (RFE #631551).
* read_dump.php3: Fixed undefined variable warning (bug #750070).
2003-06-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES

View File

@@ -84,6 +84,8 @@ if ($sql_file != 'none') {
$open_basedir = @get_cfg_var('open_basedir');
}
if (!isset($sql_file_compression)) $sql_file_compression = '';
// If we are on a server with open_basedir, we must move the file
// before opening it. The doc explains how to create the "./tmp"
// directory