From e5abf508e968e00df46dcd47c4ffda233616d96b Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 26 Mar 2011 10:42:02 +0100 Subject: [PATCH] Cleanup in create_coy.php --- admin/create_coy.php | 5 ----- 1 file changed, 5 deletions(-) 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); -- 2.30.2