lower case all comments for spots and announces
[spider.git] / perl / Spot.pm
index 30c0b6270beaf05a2c159e326676fa3fa8753478..e2b5c7eff3cd889f9780b153fa02d0049f10950e 100644 (file)
@@ -216,7 +216,7 @@ sub dup
        $text = substr($text, 0, $duplth) if length $text > $duplth; 
        unpad($text);
        $text =~ s/[^a-zA-Z0-9]//g;
-       my $dupkey = "X$freq|$call|$d|$text";
+       my $dupkey = "X$freq|$call|$d|\L$text";
        return DXDupe::check($dupkey, $main::systime+$dupage);
 }