bug 1418382, CSV import does not work

This commit is contained in:
Marc Delisle
2006-01-31 21:26:34 +00:00
parent 3e20c7cb5f
commit 60318a5bf5
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2006-01-31 Marc Delisle <lem9@users.sourceforge.net> 2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug #1412058, damaged table reporting * db_details_structure.php: bug #1412058, damaged table reporting
* import.php: bug #1418382, CSV import does not work
2006-01-30 Marc Delisle <lem9@users.sourceforge.net> 2006-01-30 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1418145, missing global, * libraries/common.lib.php: bug #1418145, missing global,

View File

@@ -332,6 +332,7 @@ if (!$error) {
$show_error_header = TRUE; $show_error_header = TRUE;
} else { } else {
// Do the real import // Do the real import
$plugin_param = $import_type;
require('./libraries/import/' . $format . '.php'); require('./libraries/import/' . $format . '.php');
} }
} }