From 2ffc0358aadc70b0f4afc8e29aa72641f8f9e0ed Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 1 Jun 2003 19:59:42 +0000 Subject: [PATCH] Uncommented clean_temp_data. --- backup/restore_execute.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5