X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fdetail.cgi;h=2da6965042e8f06df7bce646446b2658d51ccd71;hb=9f51fc95d361092058a17611614f31318a3fad0c;hp=b4c3e902e8e0251938ce366e42d4db434dffef13;hpb=8af32b28b56662686b6ceb59f2e00dc19cfc7a33;p=clearscm.git diff --git a/maps/bin/detail.cgi b/maps/bin/detail.cgi index b4c3e90..2da6965 100755 --- a/maps/bin/detail.cgi +++ b/maps/bin/detail.cgi @@ -174,17 +174,17 @@ sub PrintTable { foreach my $sender (ReturnSenders $userid, $type, $next, $lines, $date) { my @msgs = ReturnMessages $userid, $sender; my @msgs2 = @msgs; - my $onlist; + my ($onlist, $seq); my $rule = 'none'; my $hit_count = 0; - ($onlist, $rule, $hit_count) = OnWhitelist $sender, $userid, 0; + ($onlist, $rule, $seq, $hit_count) = OnWhitelist $sender, $userid, 0; unless ($onlist) { - ($onlist, $rule, $hit_count) = OnBlacklist $sender, 0; + ($onlist, $rule, $seq, $hit_count) = OnBlacklist $sender, 0; unless ($onlist) { - ($onlist, $rule, $hit_count) = OnNulllist $sender, 0; + ($onlist, $rule, $seq, $hit_count) = OnNulllist $sender, 0; } # unless } # unless