From fef8d25f70d997131becfd4dfc4f956278f4d830 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Wed, 28 Aug 2024 10:27:10 +0200 Subject: [PATCH] Do not use questionhint 2 and 3 in answer notification --- lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.php b/lib.php index cd0678d..9c97ca9 100644 --- a/lib.php +++ b/lib.php @@ -553,8 +553,8 @@ class course_request_hsh } // $message .= get_string('questionhint', 'local_hsh') . ' ' . get_string('questionhintmail', 'local_hsh') . "." . "\r\n"; $message .= get_string('questionhint1', 'local_hsh') . "\r\n"; - $message .= get_string('questionhint2', 'local_hsh') . "\r\n"; - $message .= get_string('questionhint3', 'local_hsh') . "\r\n"; +// $message .= get_string('questionhint2', 'local_hsh') . "\r\n"; +// $message .= get_string('questionhint3', 'local_hsh') . "\r\n"; $message .= "\r\n"; // $message .= get_string('consultinghint', 'local_hsh') . "\r\n"; -- GitLab