This commit is contained in:
moodler 2004-01-11 18:37:00 +00:00
parent e21f6c81b5
commit 7df59158b8

View File

@ -65,7 +65,7 @@
if (!empty($remove)) {
if (! unenrol_student($remove, $course->id)) {
error("Could not add that student to this course!");
error("Could not remove that student from this course!");
}
}