Database host names up to 60 chars long allowed
[fa-stable.git] / admin / create_coy.php
index 21861a0f83c8bb9343f4be3fb3956824b89ef3c2..348c3634c7b604e81454dd93029aa7632674494f 100644 (file)
@@ -311,7 +311,7 @@ function display_company_edit($selected_id)
        else
                $_POST['tbpref'] = $tb_pref_counter."_";
        text_row_ex(_("Company"), 'name', 30);
-       text_row_ex(_("Host"), 'host', 30);
+       text_row_ex(_("Host"), 'host', 30, 60);
        text_row_ex(_("Database User"), 'dbuser', 30);
        if ($selected_id == -1)
                text_row_ex(_("Database Password"), 'dbpassword', 30);