From: stronk7 Date: Sun, 1 Jun 2003 19:59:42 +0000 (+0000) Subject: Uncommented clean_temp_data. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2ffc0358aadc70b0f4afc8e29aa72641f8f9e0ed;p=moodle.git Uncommented clean_temp_data. --- diff --git a/backup/restore_execute.html b/backup/restore_execute.html index 9780ac0191..659a805957 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -213,8 +213,8 @@ //Cleanup temps (files and db) if ($status) { - echo "
  • Cleaning up temp data (commented!!)"; - //$status = clean_temp_data ($restore); + echo "
  • Cleaning up temp data"; + $status = clean_temp_data ($restore); } //End the main ul