From e0de3fe665ebd4a04e6ba5d65ac0e8f2ec46f7cc Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 9 May 2016 19:24:04 -0700 Subject: [PATCH] Forgot one location for capitaliation --- DATabaseTwo/Import.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index cbd77aa4..c44ac261 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -178,7 +178,7 @@ COMMIT;"; } // If the source isn't in, add it and get the insert id - if (source != "" && sourceid == 0 && !sources.ContainsKey(source)) + if (source != "" && sourceid == 0 && !sources.ContainsKey(source.ToLowerInvariant())) { string tquery = @"BEGIN; INSERT INTO source (name, url)