mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Forgot one location for capitaliation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user