]> git.mjollnir.org Git - moodle.git/commitdiff
Uncommented clean_temp_data.
authorstronk7 <stronk7>
Sun, 1 Jun 2003 19:59:42 +0000 (19:59 +0000)
committerstronk7 <stronk7>
Sun, 1 Jun 2003 19:59:42 +0000 (19:59 +0000)
backup/restore_execute.html

index 9780ac0191efbfe20d0c8432d45fb1b649407aba..659a8059579f8615039d86ceab7866dd4ba41f3a 100644 (file)
 
     //Cleanup temps (files and db)
     if ($status) {
-        echo "<li>Cleaning up temp data <b>(commented!!)</b>";
-        //$status = clean_temp_data ($restore);
+        echo "<li>Cleaning up temp data";
+        $status = clean_temp_data ($restore);
     }
 
     //End the main ul