This should be an error, not a notice

This commit is contained in:
james 2007-11-19 21:52:56 +00:00
parent cf2c345e03
commit 7e45665d6c

View File

@ -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;
}