diff --git a/Repositories/statistics/includes/inc.fns.show_detail_country.es.php b/Repositories/statistics/includes/inc.fns.show_detail_country.es.php index 7a1afbe..4b7dd05 100755 --- a/Repositories/statistics/includes/inc.fns.show_detail_country.es.php +++ b/Repositories/statistics/includes/inc.fns.show_detail_country.es.php @@ -21,6 +21,14 @@ if ($show_country_code == $ccode) $show_country_name = $cname; } + /* NJS 2007-01-31 + Check whether the country code is one of the known search engines. + */ + foreach ($GLOBALS["config_vars"]["search_engines"] as $ccode => $cname) + { + if ($show_country_code == $ccode) $show_country_name = $cname; + } + if ($show_country_name == '') { if (isset($gi->GEOIP_COUNTRY_CODE_TO_NUMBER[$show_country_code]))