]> git.mjollnir.org Git - moodle.git/commitdiff
Uncommented clean_temp_data. I forgot it
authorstronk7 <stronk7>
Wed, 30 Jul 2003 16:29:53 +0000 (16:29 +0000)
committerstronk7 <stronk7>
Wed, 30 Jul 2003 16:29:53 +0000 (16:29 +0000)
in lastest tests...

backup/restore_execute.html

index 7c145e84f6e564583b752ba291a781a845575976..07ee8533cb5de18753cee9ea031048ef8a52ff43 100644 (file)
     //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