X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fusermgmt.php;h=436b99c41ef30e1f1a434e466c539a14cf7c87b9;hp=3aa9fed3300376a45709f59c4914de11d4f08767;hb=5470910335a6a3e37b30783bfa39a15e8ff225b1;hpb=47ae15c35f3c407208e52329949039a55e1f3693 diff --git a/web/usermgmt.php b/web/usermgmt.php index 3aa9fed..436b99c 100644 --- a/web/usermgmt.php +++ b/web/usermgmt.php @@ -226,9 +226,9 @@ SELECT usr.*, guar.login AS guar_login $subj = $mlang_indwr['nu_msubj'][$G_lang]; if (($usr_obj->type & USER_FLAG_TY_APPR) == USER_FLAG_TY_APPR) { $body_txt = sprintf($mlang_indwr['ap_mtext'][$G_lang], - $cli_name, $confirm_page); + $usr_obj->login, $confirm_page); $body_htm = sprintf($mlang_indwr['ap_mhtml'][$G_lang], - $cli_name, $confirm_page); + $usr_obj->login, $confirm_page); } else { $body_txt = sprintf($mlang_indwr['nu_mtext'][$G_lang],