From 7e45665d6caab0fc8cdcc562f4f6dfa7d155bb3c Mon Sep 17 00:00:00 2001 From: james Date: Mon, 19 Nov 2007 21:52:56 +0000 Subject: [PATCH] This should be an error, not a notice --- user_personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_personal.php b/user_personal.php index 9bef905..0242e77 100644 --- a/user_personal.php +++ b/user_personal.php @@ -131,7 +131,7 @@ echo notice(i18n("%1 %2 successfully updated",array($_POST['firstname'],$_POST['lastname']))); break; case 'email_exists': - echo notice(i18n("That email address is in use by another user")); + echo error(i18n("That email address is in use by another user")); break; }