This commit is contained in:
Marc Delisle 2005-10-08 11:38:29 +00:00
parent 5239c2c395
commit 90f8f6b1fe

View File

@ -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' || $charset_converion) {
if ($import_file == 'none' || $compression != 'none' || $charset_conversion) {
// We handle only some kind of data!
$message = $strInvalidLDIImport;
$show_error_header = TRUE;