Home
last modified time | relevance | path

Searched refs:message (Results 1 – 7 of 7) sorted by relevance

/web-bugs/scripts/cron/
H A Dno-feedback25 $message = $FIX_VARIATIONS['nofeedback'][$bug['package_name']]; variable
27 $message = $RESOLVE_REASONS['nofeedback']['message']; variable
31 bugs_add_comment($bug['id'], $mailfrom, '', $message, 'comment');
43 mail_bug_updates($bug, $in, $mailfrom, $message);
/web-bugs/src/Repository/
H A DReasonRepository.php119 'message' => 'Thank you for this bug report. To properly diagnose the problem, we
136 'message' => 'Thank you for this bug report. To properly diagnose the problem, we
/web-bugs/www/
H A Dbug.php226 if ($message = is_spam($ncomment)) { variable
227 $errors[] = $message;
266 if ($message = is_spam($ncomment)) { variable
267 $errors[] = $message;
319 if ($ncomment && $message = is_spam($ncomment)) { variable
320 $errors[] = $message;
390 if ($message = is_spam($ncomment)) { variable
391 $errors[] = $message;
419 if ($ncomment && $message = is_spam($ncomment)) { variable
420 $errors[] = $message;
/web-bugs/
H A DREADME.md72 [bugs.php.net](https://bugs.php.net) and discussed by sending message to the
/web-bugs/include/
H A Dfunctions.php1491 function bugs_mail($to, $subject, $message, $headers = '', $params = '') argument
1499 …var_dump(htmlspecialchars($to), htmlspecialchars($subject), htmlspecialchars($message), htmlspecia…
1504 return @mail($to, $subject, $message, $headers, $params);
/web-bugs/sql/
H A Dschema.sql80 message text NOT NULL, field
/web-bugs/www/css/
H A Dstyle.css690 td.tbl-row-message {

Completed in 18 milliseconds