]> git.mjollnir.org Git - moodle.git/commitdiff
Changed end
authorstronk7 <stronk7>
Mon, 7 Jul 2003 18:42:19 +0000 (18:42 +0000)
committerstronk7 <stronk7>
Mon, 7 Jul 2003 18:42:19 +0000 (18:42 +0000)
backup/backup_execute.html

index 3aea74af00c434a1c515ae3dacbbcd1dc3ffa574..6f83f511a0f1ac4f96eccea2992d5bcfe21dd7a9 100644 (file)
         $status = clean_temp_data ($preferences); 
     }
 
-    if (!$status) {
-        error ("An error has ocurred");
-    }
-
     //Ends th main ul
     echo "</ul>";
 
 
     //End the main table
     echo "</table>";
+    
+    if (!$status) {
+        error ("An error has ocurred");
+    }
 
     //Print final message
     print_simple_box(get_string("backupfinished"),"CENTER");