From 90f8f6b1feb4310d31db5e2652d2132c85216ffa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 8 Oct 2005 11:38:29 +0000 Subject: [PATCH] typo --- libraries/import/ldi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/import/ldi.php b/libraries/import/ldi.php index 81d46ada5f..404ac293c3 100644 --- a/libraries/import/ldi.php +++ b/libraries/import/ldi.php @@ -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;