Commit c1545cbd authored by terry%mozilla.org's avatar terry%mozilla.org

Oops. How did I let that horrible typo get in?

parent 65a82306
......@@ -404,7 +404,7 @@ sub GenerateSQL {
if ($value eq '') {
next;
}
my $id = GetKeywordIdFromName($name);
my $id = GetKeywordIdFromName($value);
if ($id) {
push(@list, "$table.keywordid = $id");
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment