mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Removed a block of local-specific code. They are not going upstream.
This commit is contained in:
parent
aedbddfd31
commit
d815d6ab96
@ -96,11 +96,6 @@
|
||||
print_heading(get_string('messagedselectedusers'));
|
||||
unset($SESSION->emailto[$id]);
|
||||
unset($SESSION->emailselect[$id]);
|
||||
if (count($teachers)) {
|
||||
foreach ($teachers as $teacher) {
|
||||
forum_subscribe($teacher, $forum->id);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
print_heading(get_string('messagedselectedusersfailed'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user