Uncommented clean_temp_data.

This commit is contained in:
stronk7
2003-06-01 19:59:42 +00:00
parent a9367f2644
commit 2ffc0358aa
+2 -2
View File
@@ -213,8 +213,8 @@
//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