X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=747513d63bb5c7999e03d5d5af00762e3f6369c0;hb=6bb119cb426a2ab3998a5c3dfe250d748f786a1c;hp=eb185682b2a3b4939a0fc473134d4ba11dae9626;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index eb185682b2..747513d63b 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_CODE_404--}'; // Load code and description $result = SQL_QUERY_ESC("SELECT `code`, `descr` FROM `{?_MYSQL_PREFIX?}_countries` WHERE `id`=%s LIMIT 1",