Changed end

This commit is contained in:
stronk7 2003-07-07 18:42:19 +00:00
parent d48370a60b
commit 040c7b7099

View File

@ -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");