From 85609fd3b27c7a70931c738111dbc00116cbebbb Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 26 Sep 2005 13:49:17 +0000 Subject: [PATCH] filehandle should be closed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1423 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gen_function_list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_function_list.php b/gen_function_list.php index 7b48581fa..59da554f3 100755 --- a/gen_function_list.php +++ b/gen_function_list.php @@ -49,6 +49,7 @@ if(is_writable($file)) { $fh= fopen($file,'w'); if($fh != null) { fwrite($fh,""); + fclose($fh); } } ?> -- 2.30.2