From: janw Date: Mon, 26 Sep 2005 13:49:17 +0000 (+0000) Subject: filehandle should be closed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85609fd3b27c7a70931c738111dbc00116cbebbb;p=gosa.git filehandle should be closed. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1423 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); } } ?>