This one does not handle charset conversion.
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2005-10-08 Michal Čihař <michal@cihar.com>
|
||||
* libraries/display_export.lib.php: Use same formatting for all options.
|
||||
* libraries/import/ldi.php: This one does not handle charset conversion.
|
||||
|
||||
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
||||
|
@@ -43,7 +43,7 @@ if ($import_type == 'table') {
|
||||
);
|
||||
} else {
|
||||
/* We do not define function when plugin is just queried for information above */
|
||||
if ($import_file == 'none' || $compression != 'none') {
|
||||
if ($import_file == 'none' || $compression != 'none' || $charset_converion) {
|
||||
// We handle only some kind of data!
|
||||
$message = $strInvalidLDIImport;
|
||||
$show_error_header = TRUE;
|
||||
|
Reference in New Issue
Block a user