diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-05 15:41:38 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-05 15:41:38 +0000 |
commit | 686dae936b387c672b54cb568c28e6e792a81364 (patch) | |
tree | d9f28e0ae8802ecd1c60839c9401150a64e1d11c /Echolot/Storage/File.pm | |
parent | a8bacc6dcdafe01f652a24cf7a7927b368413db1 (diff) |
Do not show hidden remailers in thesaurusecholot-2.0rc1
Diffstat (limited to 'Echolot/Storage/File.pm')
-rw-r--r-- | Echolot/Storage/File.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index e6bfd02..c71e4e8 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: File.pm,v 1.39 2002/08/21 20:10:51 weasel Exp $ +# $Id: File.pm,v 1.40 2002/09/05 15:41:38 weasel Exp $ # =pod @@ -513,6 +513,7 @@ sub get_address($$) { id => $self->{'METADATA'}->{'addresses'}->{$addr}->{'id'}, address => $_, fetch => $self->{'METADATA'}->{'addresses'}->{$addr}->{'fetch'}, + showit => $self->{'METADATA'}->{'addresses'}->{$addr}->{'showit'}, resurrection_ttl => $self->{'METADATA'}->{'addresses'}->{$addr}->{'resurrection_ttl'}, }; |