From: stronk7 Date: Mon, 7 Jul 2003 18:42:19 +0000 (+0000) Subject: Changed end X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=040c7b709901285f2e0d065937ca9cb0523b2962;p=moodle.git Changed end --- diff --git a/backup/backup_execute.html b/backup/backup_execute.html index 3aea74af00..6f83f511a0 100644 --- a/backup/backup_execute.html +++ b/backup/backup_execute.html @@ -264,10 +264,6 @@ $status = clean_temp_data ($preferences); } - if (!$status) { - error ("An error has ocurred"); - } - //Ends th main ul echo ""; @@ -276,6 +272,10 @@ //End the main table echo ""; + + if (!$status) { + error ("An error has ocurred"); + } //Print final message print_simple_box(get_string("backupfinished"),"CENTER");