You are here

constant ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_SUBJECT in Answers 6.2

Same name and namespace in other branches
  1. 7.3 answers.module \ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_SUBJECT
2 uses of ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_SUBJECT
answers_notify_new_answer in includes/answers.notify.inc
If configured to, notify question author of an answer.
_answers_notify_settings in includes/answers.notify.inc
Pseudo implementation of hook_settings().

File

includes/answers.notify.inc, line 12
Notification functionality for 'Answers' to inform users of answers.

Code

define('ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_SUBJECT', 'You have a new answer to your question "!question_title"!');