]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_country.php
Surfbar member actions now listable
[mailer.git] / inc / modules / admin / what-list_country.php
index d78fe0076b48d33bdd26f6e1d51e54dc66552577..7977ca3ba018a8f6679264d1475cbe5ae3adf9dd 100644 (file)
@@ -49,8 +49,7 @@ if ((isset($_POST['add'])) && (!empty($_POST['code'])) && (!empty($_POST['descr'
        if (SQL_NUMROWS($result) == 0)
        {
                // Save entry
-               $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_countries (code, descr, is_active)
- VALUES('%s','%s','%s')",
+               $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_countries (code, descr, is_active) VALUES ('%s','%s','%s')",
  array(strtoupper(substr($_POST['code'], 0, 2)), $_POST['descr'], $_POST['is_active']), __FILE__, __LINE__);
 
                // Country added