X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=b02728ab8afc455a703309f6c2166684cfcbc662;hb=9bc2a494fae1a98f0873a6f3bd8c878b09124b9f;hp=eb185682b2a3b4939a0fc473134d4ba11dae9626;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index eb185682b2..b02728ab8a 100644 --- a/inc/libs/country_functions.php +++ b/inc/libs/country_functions.php @@ -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",