X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-admin_add.php;h=483a4b15e82478a9d189b0e970afcc0cafa31845;hp=ca79dcea05f50333fed4c835b6034c619caf14b3;hb=7eb9da85bfb337997a58a244cb610c97a8d10c13;hpb=ddba3ed27ba0836305f98763f3a8b0255218486e;ds=sidebyside diff --git a/inc/modules/admin/what-admin_add.php b/inc/modules/admin/what-admin_add.php index ca79dcea05..483a4b15e8 100644 --- a/inc/modules/admin/what-admin_add.php +++ b/inc/modules/admin/what-admin_add.php @@ -175,7 +175,7 @@ if (!isset($_POST['ok'])) $_POST['menu'], $_POST['name'], $_POST['title'], - addslashes($_POST['descr']), + $_POST['descr'], bigintval($_POST['sort']), ), __FILE__, __LINE__ ); @@ -188,7 +188,7 @@ if (!isset($_POST['ok'])) array( $_POST['name'], $_POST['title'], - addslashes($_POST['descr']), + $_POST['descr'], bigintval($_POST['sort']), ), __FILE__, __LINE__ );