]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Rewrites/fixes for surfbar
[mailer.git] / inc / libs / country_functions.php
index eb185682b2a3b4939a0fc473134d4ba11dae9626..b02728ab8afc455a703309f6c2166684cfcbc662 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 // Generate a human-readable country description with code
 function generateCountryInfo ($id) {
        // Not found is the default
-       $ret = getMessage('COUNTRY_404');
+       $ret = '{--COUNTRY_404--}';
 
        // Load code and description
        $result = SQL_QUERY_ESC("SELECT `code`, `descr` FROM `{?_MYSQL_PREFIX?}_countries` WHERE `id`=%s LIMIT 1",