try to fix the dups (and the dates on them)
[spider.git] / perl / AnnTalk.pm
index b082c38531bd0f77707129db1ac37b2250e62a86..faa644a302c99c3c204df7d2f834ca2a61ee74ef 100644 (file)
@@ -30,7 +30,7 @@ sub dup
        $text = substr($text, 0, $duplth) if length $text > $duplth; 
        my $dupkey = "$call|$to|$text";
        return 1 if exists $dup{$dupkey};
-       $dup{$dupkey} = $d * 60;         # in seconds (to the nearest minute)
+       $dup{$dupkey} = $d;         # in seconds (to the nearest minute)
        return 0; 
 }