From 352e5cbec17adad7710006688e01fa9984e26604 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 21 Feb 2012 18:51:15 +0000 Subject: do not mute errors --- en/downloads/debug/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en') diff --git a/en/downloads/debug/index.php b/en/downloads/debug/index.php index c9d5f1d30..c49310917 100644 --- a/en/downloads/debug/index.php +++ b/en/downloads/debug/index.php @@ -15,8 +15,8 @@ else $s = ''; foreach ($ips as $label => $ip) { $s .= sprintf('
  • %s is in %s, %s
  • ', - @geoip_country_code_by_name($ip), - @geoip_continent_code_by_name($ip)); + geoip_country_code_by_name($ip), + geoip_continent_code_by_name($ip)); } echo <<