From f1d9632eab61b10b0f0c071366793fe9f22e7313 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Jan 2008 16:34:40 +0100 Subject: [PATCH] properly show password reset notification box --- modules/pref-users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pref-users.php b/modules/pref-users.php index ec6690a98..5c94b57be 100644 --- a/modules/pref-users.php +++ b/modules/pref-users.php @@ -155,7 +155,7 @@ to %s", $login, $tmp_user_pwd)); if (MAIL_RESET_PASS && $email) { - print " Notifying $email."; + print_notice(T_sprintf("Notifying %s.", $email)); mail("$login <$email>", "Password reset notification", "Hi, $login.\n".