]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / libs / country_functions.php
index a001eef4658d86c5273e481dce3e7586324b5fdf..1b7980bae2fc166ba5ba8ce65deca0a7e5ca3936 100644 (file)
@@ -46,7 +46,7 @@ function generateCountryInfo ($id) {
        $ret = '{--COUNTRY_CODE_404--}';
 
        // Load code and description
-       $result = SQL_QUERY_ESC("SELECT `code`, `descr` FROM `{?_MYSQL_PREFIX?}_countries` WHERE `id`=%s LIMIT 1",
+       $result = SQL_QUERY_ESC("SELECT `code`,`descr` FROM `{?_MYSQL_PREFIX?}_countries` WHERE `id`=%s LIMIT 1",
                array(bigintval($id)), __FUNCTION__, __LINE__);
 
        // Is there an entry?