mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Correct one source tab
This commit is contained in:
parent
f28aefbe4f
commit
686dde9e39
@ -117,7 +117,7 @@
|
||||
print_heading(get_string("choosecourse"));
|
||||
print_simple_box_start("CENTER");
|
||||
foreach ($courses as $course) {
|
||||
echo "<A HREF=\"restore.php?course_id=$course->id&launch=check&file=$file\">$course->fullname ($course->shortname)</A><BR>";
|
||||
echo "<A HREF=\"restore.php?course_id=$course->id&launch=check&file=$file\">$course->fullname ($course->shortname)</A><BR>";
|
||||
}
|
||||
print_simple_box_end();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user