]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
More rewrites to make lesser use of getMessage()
[mailer.git] / inc / libs / country_functions.php
index caf59a4ded4ae33c6537e21c9d16eb71c6adf475..b02728ab8afc455a703309f6c2166684cfcbc662 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -44,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",