aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-02-21 18:51:15 +0000
committerRomain d'Alverny <rda@mageia.org>2012-02-21 18:51:15 +0000
commit352e5cbec17adad7710006688e01fa9984e26604 (patch)
treec4a485ed3b568b08dd767445df6a37c7500efdea /en
parent44cf7414a3c0f5f146658ec51bbfc6284b745aa7 (diff)
downloadwww-352e5cbec17adad7710006688e01fa9984e26604.tar
www-352e5cbec17adad7710006688e01fa9984e26604.tar.gz
www-352e5cbec17adad7710006688e01fa9984e26604.tar.bz2
www-352e5cbec17adad7710006688e01fa9984e26604.tar.xz
www-352e5cbec17adad7710006688e01fa9984e26604.zip
do not mute errors
Diffstat (limited to 'en')
-rw-r--r--en/downloads/debug/index.php4
1 files changed, 2 insertions, 2 deletions
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('<li>%s is in %s, %s</li>',
- @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 <<<S