diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index aaa3cc1f..40f71b84 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -206,7 +206,7 @@ COMMIT;"; sources.Add(source.ToLowerInvariant(), sourceid); } // Otherwise, get the ID - else if (source != "" && sourceid == 0 && sources.ContainsKey(source)) + else if (source != "" && sourceid == 0 && sources.ContainsKey(source.ToLowerInvariant())) { try {