X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fcreate_coy.php;h=1ee6d4003cd34341573d1a357bad1b0dd3ed4e15;hb=a0a0a0e1318042034fe5652caa69b034200c8a90;hp=aa765395b0db5054569ac8ba37e90aeed3a1c988;hpb=d23b97ed26bc0608c9ba1037b66058c709e83765;p=fa-stable.git diff --git a/admin/create_coy.php b/admin/create_coy.php index aa765395..1ee6d400 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -243,7 +243,7 @@ function handle_delete() function display_companies() { - global $table_style, $def_coy, $db_connections; + global $def_coy, $db_connections; $coyno = $_SESSION["wa_current_user"]->company; @@ -255,7 +255,7 @@ function display_companies() document.location.replace('create_coy.php?c=df&id='+id) } "; - start_table($table_style); + start_table(TABLESTYLE); $th = array(_("Company"), _("Database Host"), _("Database User"), _("Database Name"), _("Table Pref"), _("Default"), "", ""); @@ -302,7 +302,7 @@ function display_companies() function display_company_edit($selected_id) { - global $def_coy, $db_connections, $tb_pref_counter, $table_style2; + global $def_coy, $db_connections, $tb_pref_counter; if ($selected_id != -1) $n = $selected_id; @@ -324,7 +324,7 @@ function display_company_edit($selected_id) } "; - start_table($table_style2); + start_table(TABLESTYLE2); if ($selected_id != -1) {