summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-16 16:34:40 +0100
committerAndrew Dolgov <[email protected]>2008-01-16 16:34:40 +0100
commitf1d9632eab61b10b0f0c071366793fe9f22e7313 (patch)
tree45a6d51a5f0746f556df095e092d8b3da48ffeb0 /modules
parent79095d68ff909835786a2d7b9ad05f246fc5e673 (diff)
properly show password reset notification box
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
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 <b>%s</b>", $login, $tmp_user_pwd));
if (MAIL_RESET_PASS && $email) {
- print " Notifying <b>$email</b>.";
+ print_notice(T_sprintf("Notifying <b>%s</b>.", $email));
mail("$login <$email>", "Password reset notification",
"Hi, $login.\n".