X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fcreate_coy.php;h=d1050f0e321f0ebd846624e5e9c9f637071eebf6;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=5200f2df910e1bce356ca3c4599c3f47eaad4e8f;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/admin/create_coy.php b/admin/create_coy.php index 5200f2df..d1050f0e 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -151,6 +151,8 @@ function handle_submit() { create_comp_dirs("$comp_path/$id", $comp_subdirs); } + $exts = get_company_extensions(); + write_extensions($exts, $id); return true; } @@ -163,7 +165,7 @@ function handle_delete() $id = $_GET['id']; $cdir = $comp_path.'/'.$id; - @flush_dir($cdir); + @flush_dir($cdir, true); if (!rmdir($cdir)) { display_error(_("Cannot remove company data directory ") . $cdir);