]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Even more language strings renamed
[mailer.git] / inc / libs / country_functions.php
index b02728ab8afc455a703309f6c2166684cfcbc662..747513d63bb5c7999e03d5d5af00762e3f6369c0 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 = '{--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",