From: stronk7 <stronk7>
Date: Wed, 30 Jul 2003 16:29:53 +0000 (+0000)
Subject: Uncommented clean_temp_data. I forgot it
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7d40e78c0ddc1b2fcb6d23fa4963c8cc1070bb39;p=moodle.git

Uncommented clean_temp_data. I forgot it
in lastest tests...
---

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 "<li>".get_string("cleaningtempdata");
-        //$status = clean_temp_data ($restore);
+        $status = clean_temp_data ($restore);
     }
 
     //End the main ul