diff --git a/ChangeLog b/ChangeLog index a875cd2c7..7857672ca 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2006-01-31 Marc Delisle * db_details_structure.php: bug #1412058, damaged table reporting + * import.php: bug #1418382, CSV import does not work 2006-01-30 Marc Delisle * libraries/common.lib.php: bug #1418145, missing global, diff --git a/import.php b/import.php index a67490827..d9532d3bd 100644 --- a/import.php +++ b/import.php @@ -332,6 +332,7 @@ if (!$error) { $show_error_header = TRUE; } else { // Do the real import + $plugin_param = $import_type; require('./libraries/import/' . $format . '.php'); } }