Lines Matching refs:from
257 $from = spam_protect($_POST['in']['commentemail'], 'text'); variable
259 $from = ''; variable
269 $from = $_POST['in']['commentemail']; variable
270 if (is_spam_user($from)) {
325 $from = $_POST['in']['email']; variable
327 $from = $bug['email']; variable
330 if (is_spam_user($from)) {
363 $from,
373 $res = bugs_add_comment($bug_id, $from, '', $log_comment, 'log');
379 $res = bugs_add_comment($bug_id, $from, '', $ncomment, 'comment');
381 mark_related_bugs($from, '', $ncomment);
386 $from = isset($_POST['in']['commentemail']) ? $_POST['in']['commentemail'] : ''; variable
392 if (is_spam_user($from)) {
490 $from = $auth_user->email; variable
556 $res = bugs_add_comment($bug_id, $from, $comment_name, $log_comment, 'log');
562 $res = bugs_add_comment($bug_id, $from, $comment_name, $ncomment, 'comment');
564 mark_related_bugs($from, $comment_name, $ncomment);
569 $from = $auth_user->email; variable
578 mail_bug_updates($bug, $_POST['in'], $from, $ncomment, $edit, $bug_id);
784 $preview .= spam_protect(htmlspecialchars($from));
1218 function mark_related_bugs($from, $comment_name, $ncomment) argument
1228 bugs_add_comment($bug, $from, $comment_name,