Lines Matching full:htmlspecialchars

333                              $comment_id = htmlspecialchars(stripslashes($_REQUEST['comment_id']));
334 $comment_id = htmlspecialchars($_REQUEST['comment_id']);
384 … { $comment_id = htmlspecialchars(stripslashes($_REQUEST['comment_id']));
393 // $comments[$comment_id]['comment'] = htmlspecialchars(stri…
394 … $comments[$comment_id]['comment'] = htmlspecialchars($_REQUEST['comment_mod']);
406 … $comments[$comment_id]['author'] = htmlspecialchars(stripslashes($_REQUEST['author']));
409 // $comments[$comment_id]['comment'] = htmlspecialchars(strip…
410 … $comments[$comment_id]['comment'] = htmlspecialchars($_REQUEST['comment']);
483 // $issues[$issue_id]['description'] = htmlspecialchars(stripslash…
484 … $issues[$issue_id]['description'] = htmlspecialchars($_REQUEST['description_mod']);
604 // $issues[$issue_id]['resolution'] = htmlspecialchars(stripslashe…
605 … $issues[$issue_id]['resolution'] = htmlspecialchars($_REQUEST['x_resolution']);
632 $issue_id = htmlspecialchars(stripslashes($_REQUEST['issue_ID']));
633 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
634 $usr = htmlspecialchars(stripslashes($_REQUEST['ausr']));
636 … $issues[$issue_id]['severity'] = htmlspecialchars(stripslashes($_REQUEST['new_severity']));
654 $issue_id = htmlspecialchars(stripslashes($_REQUEST['issue_ID']));
655 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
656 $usr = htmlspecialchars(stripslashes($_REQUEST['busr']));
659 … $issues[$issue_id]['status'] = htmlspecialchars(stripslashes($_REQUEST['new_status']));
697 … $comments[$comment_id]['author'] = htmlspecialchars(stripslashes($_REQUEST['author']));
700 // $comments[$comment_id]['wround_mod'] = htmlspecialchars(stripslashes…
701 … $comments[$comment_id]['wround_mod'] = htmlspecialchars($_REQUEST['wround_mod']);