parse error

This commit is contained in:
Marc Delisle
2002-06-18 01:16:42 +00:00
parent 1db312df32
commit d58e666795

View File

@@ -50,8 +50,8 @@ if (isset($nopass)) {
// Defines the url to return to in case of error in the sql statement
$common_url_query = 'lang=' . $lang
. '&server=' . $server;
. '&convcharset=' . $convcharset
. '&server=' . $server
. '&convcharset=' . $convcharset;
$err_url = 'user_password.php3?' . $common_url_query;