X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=f6874279e01101833220ce38095a5bf95775f72f;hb=62d8f6d89c35bebe15b8f716a5629f14d95f3078;hp=eb185682b2a3b4939a0fc473134d4ba11dae9626;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index eb185682b2..f6874279e0 100644 --- a/inc/libs/country_functions.php +++ b/inc/libs/country_functions.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -45,7 +43,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",