Skip to content
Snippets Groups Projects
Commit fef8d25f authored by Elke Kreim's avatar Elke Kreim
Browse files

Do not use questionhint 2 and 3 in answer notification

parent 9828b6b4
No related branches found
No related tags found
No related merge requests found
...@@ -553,8 +553,8 @@ class course_request_hsh ...@@ -553,8 +553,8 @@ class course_request_hsh
} }
// $message .= get_string('questionhint', 'local_hsh') . ' ' . get_string('questionhintmail', 'local_hsh') . "." . "\r\n"; // $message .= get_string('questionhint', 'local_hsh') . ' ' . get_string('questionhintmail', 'local_hsh') . "." . "\r\n";
$message .= get_string('questionhint1', 'local_hsh') . "\r\n"; $message .= get_string('questionhint1', 'local_hsh') . "\r\n";
$message .= get_string('questionhint2', 'local_hsh') . "\r\n"; // $message .= get_string('questionhint2', 'local_hsh') . "\r\n";
$message .= get_string('questionhint3', 'local_hsh') . "\r\n"; // $message .= get_string('questionhint3', 'local_hsh') . "\r\n";
$message .= "\r\n"; $message .= "\r\n";
// $message .= get_string('consultinghint', 'local_hsh') . "\r\n"; // $message .= get_string('consultinghint', 'local_hsh') . "\r\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment