From d58e6667953425730368ff76c1b44661249a9baf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Jun 2002 01:16:42 +0000 Subject: [PATCH] parse error --- user_password.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_password.php3 b/user_password.php3 index 6a080c8d7..5b114ff46 100644 --- a/user_password.php3 +++ b/user_password.php3 @@ -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;