From: martin Date: Fri, 12 Jul 2002 13:29:55 +0000 (+0000) Subject: Format tweak X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=731bc13a97a48a8e0d6327a067045185ae72f1d9;p=moodle.git Format tweak --- 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))