Removed a block of local-specific code. They are not going upstream.

This commit is contained in:
patrickslee 2006-01-10 21:30:21 +00:00
parent aedbddfd31
commit d815d6ab96

View File

@ -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'));
}