X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=747513d63bb5c7999e03d5d5af00762e3f6369c0;hb=6914ebaaae909093df86d010e4c754a43d1a1aed;hp=b02728ab8afc455a703309f6c2166684cfcbc662;hpb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index b02728ab8a..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 = '{--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",