JS syntax error
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user