summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f094a4)
raw | patch | inline | side by side (parent: 0f094a4)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 13:49:17 +0000 (13:49 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 13:49:17 +0000 (13:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1423 594d385d-05f5-0310-b6e9-bd551577e9d8
gen_function_list.php | patch | blob | history |
diff --git a/gen_function_list.php b/gen_function_list.php
index 7b48581fa77d12bc3ba574f26bbabdfd07b8ceaa..59da554f383b56d92bcdbf03fce903ad9aa66333 100755 (executable)
--- a/gen_function_list.php
+++ b/gen_function_list.php
$fh= fopen($file,'w');
if($fh != null) {
fwrite($fh,"<?php\n".var_export($array,true)."\n?>");
+ fclose($fh);
}
}
?>