From 7d40e78c0ddc1b2fcb6d23fa4963c8cc1070bb39 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 30 Jul 2003 16:29:53 +0000 Subject: [PATCH] Uncommented clean_temp_data. I forgot it in lastest tests... --- backup/restore_execute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/restore_execute.html b/backup/restore_execute.html index 7c145e84f6..07ee8533cb 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -213,7 +213,7 @@ //Cleanup temps (files and db) if ($status) { echo "
  • ".get_string("cleaningtempdata"); - //$status = clean_temp_data ($restore); + $status = clean_temp_data ($restore); } //End the main ul -- 2.39.5