bug 1418382, CSV import does not work
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user