Lines Matching refs:ncomment

219     $ncomment = trim($_POST['ncomment']);  variable
220 if (!$ncomment) {
225 if ($message = is_spam($ncomment)) {
251 …ugs_add_comment($bug_id, $_POST['in']['commentemail'], $_POST['in']['name'], $ncomment, 'comment');
253 mark_related_bugs($_POST['in']['commentemail'], $_POST['in']['name'], $ncomment);
262 $ncomment = trim($_POST['ncomment']); variable
265 if ($message = is_spam($ncomment)) {
297 $ncomment = trim($_POST['ncomment']); variable
298 if (!$ncomment) {
318 if ($ncomment && $message = is_spam($ncomment)) {
378 if (!empty($ncomment)) {
379 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment');
381 mark_related_bugs($from, '', $ncomment);
385 $ncomment = trim($_POST['ncomment']); variable
389 if ($message = is_spam($ncomment)) {
412 $ncomment = ''; variable
414 $ncomment = trim($_POST['ncomment']); variable
418 if ($ncomment && $message = is_spam($ncomment)) {
447 strlen(trim($ncomment)) == 0
476 $ncomment = "$reason\n\n$ncomment"; variable
480 $ncomment = "$reason\n\n$ncomment"; variable
484 $ncomment = "$reason\n\n$ncomment"; variable
561 if (!empty($ncomment)) {
562 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment');
564 mark_related_bugs($from, $comment_name, $ncomment);
568 $ncomment = trim($_POST['ncomment']); variable
572 $ncomment = ''; variable
574 $ncomment = ''; variable
578 mail_bug_updates($bug, $_POST['in'], $from, $ncomment, $edit, $bug_id);
781 if (isset($_POST['preview']) && !empty($ncomment)) {
786 $comment = wordwrap($ncomment, 72);
965 …"8" name="ncomment" id="ncomment" wrap="soft"><?php echo htmlspecialchars($ncomment); ?></textarea>
1057 …ls="80" rows="10" name="ncomment" wrap="soft"><?php echo htmlspecialchars($ncomment); ?></textarea>
1218 function mark_related_bugs($from, $comment_name, $ncomment) argument
1222 $related = get_ticket_links($ncomment);