Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / libs / country_functions.php
index 6da1d355a5e29a36ea0e8546fc415872d11805d8..e8f7df36f5d37d505d4554acdc886ab6686b0d91 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 function COUNTRY_GENERATE_INFO ($id) {
        // Load code and description
        $result = SQL_QUERY_ESC("SELECT code, descr FROM `{!_MYSQL_PREFIX!}_countries` WHERE `id`=%s LIMIT 1",
-               array(bigintval($id)), __FUNCTION__, __LINE__);
+       array(bigintval($id)), __FUNCTION__, __LINE__);
 
        // Is there an entry?
        if (SQL_NUMROWS($result) == 1) {