From 040c7b709901285f2e0d065937ca9cb0523b2962 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 7 Jul 2003 18:42:19 +0000 Subject: [PATCH] Changed end --- backup/backup_execute.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"); -- 2.39.5