Changed one notify

This commit is contained in:
stronk7 2003-08-23 17:02:20 +00:00
parent e09016006c
commit bbc69d99c1

View File

@ -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 !!