! -> Note
$ -> Affected files
+04-Jan-2011 Janusz Dobrowolski
+! Database host name up to 60 chars allowed.
+$ /admin/create_coy.php
+ /install/index.php
+
31-Dec-2010 Joe Hunt
# Fixed bug in earlier invoice_db (GRN Provision should have only one row)
Only GRN Clearring on stock items.
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);
}
subpage_title(_('Database Server Settings'));
start_table(TABLESTYLE);
- text_row_ex(_("Server Host:"), 'host', 30);
+ text_row_ex(_("Server Host:"), 'host', 30, 60);
text_row_ex(_("Database User:"), 'dbuser', 30);
text_row_ex(_("Database Password:"), 'dbpassword', 30);
text_row_ex(_("Database Name:"), 'dbname', 30);