From: Janusz Dobrowolski Date: Sat, 26 Mar 2011 09:42:02 +0000 (+0100) Subject: Cleanup in create_coy.php X-Git-Tag: 2.3-final~739 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e5abf508e968e00df46dcd47c4ffda233616d96b;p=fa-stable.git Cleanup in create_coy.php --- diff --git a/admin/create_coy.php b/admin/create_coy.php index 72a058b1..f500feb9 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -284,11 +284,6 @@ function display_company_edit($selected_id) { global $def_coy, $db_connections, $tb_pref_counter; - if ($selected_id != -1) - $n = $selected_id; - else - $n = count($db_connections); - start_form(); start_table(TABLESTYLE2);