Home
last modified time | relevance | path

Searched refs:ncomment (Results 1 – 4 of 4) sorted by relevance

/web-bugs/www/
H A Dfix.php47 $ncomment = isset($_POST['ncomment']) ? trim($_POST['ncomment']) : ''; variable
53 …SOLVE_REASONS[$reason]) && $RESOLVE_REASONS[$reason]['status'] == 'Not a bug' && $ncomment == '') {
98 …" rows="8" name="ncomment" wrap="physical"><?php echo htmlspecialchars($ncomment); ?></textarea></…
115 $ncomment = $qftext . (!empty($ncomment) ? "\n\n".$ncomment : ""); variable
162 if (!empty($ncomment)) {
163 … $result = bugs_add_comment($bug_id, $auth_user->email, $auth_user->name, $ncomment, 'comment');
167 mail_bug_updates($bug, $in, $auth_user->email, $ncomment);
H A Dbug.php221 if (!$ncomment) {
299 if (!$ncomment) {
319 if ($ncomment && $message = is_spam($ncomment)) {
379 if (!empty($ncomment)) {
413 $ncomment = ''; variable
419 if ($ncomment && $message = is_spam($ncomment)) {
477 $ncomment = "$reason\n\n$ncomment"; variable
481 $ncomment = "$reason\n\n$ncomment"; variable
485 $ncomment = "$reason\n\n$ncomment"; variable
573 $ncomment = ''; variable
[all …]
H A Drpc.php49 $ncomment = htmlspecialchars(trim($_POST['ncomment'])); variable
54 bugs_add_comment($bug_id, $from, $user, $ncomment, 'svn');
77 mail_bug_updates($bug, $in, $from, $ncomment, 1, $bug_id);
/web-bugs/include/
H A Dfunctions.php818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false) argument
899 if ($ncomment) {
901 …$ncomment = preg_replace_callback('#<div class="changeset">(.*)</div>#sU', function ($m) { return …
903 $text[] = " New Comment:\n\n{$ncomment}";
906 $old_comments = get_old_comments($bug['id'], empty($ncomment));
944 if (empty($in['status']) || $in['status'] != $bug['status'] || $ncomment != '' ||

Completed in 15 milliseconds