mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Changed end
This commit is contained in:
parent
d48370a60b
commit
040c7b7099
@ -264,10 +264,6 @@
|
||||
$status = clean_temp_data ($preferences);
|
||||
}
|
||||
|
||||
if (!$status) {
|
||||
error ("An error has ocurred");
|
||||
}
|
||||
|
||||
//Ends th main ul
|
||||
echo "</ul>";
|
||||
|
||||
@ -276,6 +272,10 @@
|
||||
|
||||
//End the main table
|
||||
echo "</table>";
|
||||
|
||||
if (!$status) {
|
||||
error ("An error has ocurred");
|
||||
}
|
||||
|
||||
//Print final message
|
||||
print_simple_box(get_string("backupfinished"),"CENTER");
|
||||
|
Loading…
x
Reference in New Issue
Block a user