--- cvsroot/Coro/myhttpd/access.pl 2001/08/26 14:55:46 1.8 +++ cvsroot/Coro/myhttpd/access.pl 2001/08/28 02:30:48 1.9 @@ -71,7 +71,7 @@ if $self->{h}{referer} =~ $blockref; my $whois = $whois_cache{$self->{remote_addr}} - ||= ::ip_request($self->{remote_addr}); + ||= netgeo::ip_request($self->{remote_addr}); my $country = "XX";