JS syntax error

This commit is contained in:
Alexander M. Turek
2002-06-14 19:12:09 +00:00
parent 5ce7b2a6c7
commit 707430045a
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ $Source$
Added German UTF-8 file.
* lang/italian.inc.php3: Updates, thanks again to
Pietro Danesi <danone at users.sourceforge.net>.
* libraries/user_details.js: Fixed a sytax error.
2002-06-14 Marc Delisle <lem9@users.sourceforge.net>
* big patch for charset support, all files that call mysql have been

View File

@@ -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)