diff --git a/shop/itemqaformupdate.php b/shop/itemqaformupdate.php index 85249ffe1..f524ed02c 100644 --- a/shop/itemqaformupdate.php +++ b/shop/itemqaformupdate.php @@ -7,8 +7,8 @@ if (!$is_member) { $iq_id = trim($_REQUEST['iq_id']); $iq_subject = trim($_POST['iq_subject']); -$iq_question = trim(stripslashes($_POST['iq_question'])); -$iq_answer = trim(stripslashes($_POST['iq_answer'])); +$iq_question = trim($_POST['iq_question']); +$iq_answer = trim($_POST['iq_answer']); $hash = trim($_REQUEST['hash']); if ($w == "" || $w == "u") {