From: Janusz Dobrowolski Date: Sat, 26 Mar 2011 09:42:02 +0000 (+0100) Subject: Cleanup in create_coy.php X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=45ef6f337f1e2b5b55daa4b35db83d8e5954f851;p=textcart.git Cleanup in create_coy.php --- diff --git a/admin/create_coy.php b/admin/create_coy.php index 72a058b..f500feb 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);