mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
merging MOODLE_19_QUESTIONS with HEAD
This commit is contained in:
parent
e8a46dcc2c
commit
3bee1ead40
19 changed files with 1072 additions and 596 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
//Check necessary functions exists. Thanks to gregb@crowncollege.edu
|
||||
backup_required_functions();
|
||||
|
||||
|
||||
//Check backup_version
|
||||
if ($id) {
|
||||
$linkto = "backup.php?id=".$id.((!empty($to)) ? '&to='.$to : '');
|
||||
|
@ -101,11 +101,11 @@
|
|||
<a href=\"backup.php\">$strcoursebackup</a> -> $course->fullname ($course->shortname)");
|
||||
} else {
|
||||
print_header("$course->shortname: $strcoursebackup", $course->fullname,
|
||||
"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> ->
|
||||
"<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> ->
|
||||
$strcoursebackup");
|
||||
}
|
||||
|
||||
//Print form
|
||||
//Print form
|
||||
print_heading(format_string("$strcoursebackup: $course->fullname ($course->shortname)"));
|
||||
print_simple_box_start("center");
|
||||
|
||||
|
@ -129,5 +129,4 @@
|
|||
|
||||
//Print footer
|
||||
print_footer();
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue