From 731bc13a97a48a8e0d6327a067045185ae72f1d9 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 12 Jul 2002 13:29:55 +0000 Subject: [PATCH] Format tweak --- login/signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/signup.php b/login/signup.php index 5e381dbc54..96d1e31278 100644 --- a/login/signup.php +++ b/login/signup.php @@ -81,7 +81,7 @@ function validate_form($user, &$err) { $err->email = get_string("invalidemail"); else if (record_exists("user", "email", $user->email)) - $err->email = get_string("emailexists")."".get_string("newpassword").""; + $err->email = get_string("emailexists")." ".get_string("newpassword")."?"; if (empty($user->city)) -- 2.39.5