diff --git a/ChangeLog b/ChangeLog index 45586cd72..248a61b10 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ Added German UTF-8 file. * lang/italian.inc.php3: Updates, thanks again to Pietro Danesi . + * libraries/user_details.js: Fixed a sytax error. 2002-06-14 Marc Delisle * big patch for charset support, all files that call mysql have been diff --git a/libraries/user_details.js b/libraries/user_details.js index 583a840a7..4fa0d26e2 100644 --- a/libraries/user_details.js +++ b/libraries/user_details.js @@ -143,7 +143,7 @@ function change(the_field) { else { if (lpos <= 0) { l += '?lang=' + the_form['lang'].value - += '&convcharset=' . the_form['convcharset'].value + + '&convcharset=' . the_form['convcharset'].value + '&server=' + the_form['server'].value + '&grants=1' + '&host=' + escape(the_form['host'].value)