]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-refbanner.php
stripslashes() removed from obsolete places
[mailer.git] / inc / modules / admin / what-refbanner.php
index 9b0b8fa371691e43f970a78ab755bf9fd4776f5c..c52ab321cd6985eef84c98239ecf32a7c42d12a8 100644 (file)
@@ -83,7 +83,7 @@ VALUES ('%s', '%s', '%s')",
 
                        // Update entry
                        $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_refbanner SET url='%s', alternate='%s', visible='%s' WHERE id=%d LIMIT 1",
-                        array(stripslashes($_POST['url'][$id]), $_POST['alternate'][$id], $_POST['visible'], $id), __FILE__, __LINE__);
+                        array($_POST['url'][$id], $_POST['alternate'][$id], $_POST['visible'], $id), __FILE__, __LINE__);
                }
                break;
        }