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.php225 if ($message = is_spam($ncomment)) { variable
226 $errors[] = $message;
265 if ($message = is_spam($ncomment)) { variable
266 $errors[] = $message;
318 if ($ncomment && $message = is_spam($ncomment)) { variable
319 $errors[] = $message;
389 if ($message = is_spam($ncomment)) { variable
390 $errors[] = $message;
418 if ($ncomment && $message = is_spam($ncomment)) { variable
419 $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 13 milliseconds