From b41b575a56aa8f341e4acba2bf88e9da24beafa7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 6 Mar 2005 19:56:58 +0000 Subject: [PATCH] Task 3778 : cleaning temp file --- html/show_document.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/show_document.php b/html/show_document.php index 9520ccddc..e3b810e1e 100644 --- a/html/show_document.php +++ b/html/show_document.php @@ -60,4 +60,6 @@ while ( !feof ($file) ) fclose($file); +unlink ($tmp); + Commit($cn);