]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-refbanner.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / modules / admin / what-refbanner.php
index e5765afd7caa420670992d4712bba434d45f07f8..c3dd4ef69d889f8e8380596a29757b6ed91b42ac 100644 (file)
@@ -62,7 +62,7 @@ if (isset($_POST['ok']))
                {
                        // Add banner
                        $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_refbanner (url, alternate, visible)
-VALUES ('%s', '%s', '%s')",
+VALUES ('%s','%s','%s')",
  array($_POST['url'], $_POST['alternate'], $_POST['visible']), __FILE__, __LINE__);
                }
                 else