mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Changed one notify
This commit is contained in:
parent
e09016006c
commit
bbc69d99c1
@ -244,13 +244,13 @@
|
|||||||
if ($status) {
|
if ($status) {
|
||||||
echo "<li>".get_string("creatingcoursemodules");
|
echo "<li>".get_string("creatingcoursemodules");
|
||||||
if (!$status = restore_create_modules($restore,$xml_file)) {
|
if (!$status = restore_create_modules($restore,$xml_file)) {
|
||||||
notify("Could not restore custom scales!");
|
notify("Could not restore modules!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Now create log entries as needed
|
//Now create log entries as needed
|
||||||
if ($status and ($restore->logs)) {
|
if ($status and ($restore->logs)) {
|
||||||
echo "<li>".get_string("creatinglogentries")."<b>(not implemented!!)</b>";
|
echo "<li>".get_string("creatinglogentries")."<b> (not implemented!!)</b>";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Now, if all is OK, adjust the instance field in course_modules !!
|
//Now, if all is OK, adjust the instance field in course_modules !!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user