Fixed missing brace that breaks authentication

This commit is contained in:
moodler
2005-05-14 03:08:42 +00:00
parent 41a0a5dfc1
commit bbbe23a851
+1
View File
@@ -173,6 +173,7 @@ function print_entry($course) {
} elseif (!empty($_GET['cancel'])) {
unset($SESSION->wantsurl);
redirect($CFG->wwwroot);
}
}
$teacher = get_teacher($course->id);