diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-06-26 00:22:24 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-06-26 00:22:24 +0800 |
commit | 940f19d0c5dd90430b99f7f84a0b6c253929f723 (patch) | |
tree | af2f53094fb0bbf14c40feaaf15657dada472bad | |
parent | cbd932fe083df144112f445e16d0b99e5e30d827 (diff) | |
download | pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar.gz pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar.bz2 pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar.lz pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar.xz pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.tar.zst pttbbs-940f19d0c5dd90430b99f7f84a0b6c253929f723.zip |
Change messages
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5687 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/assess.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/syspost.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/user.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/assess.c b/pttbbs/mbbsd/assess.c index 13eee806..caa84b3d 100644 --- a/pttbbs/mbbsd/assess.c +++ b/pttbbs/mbbsd/assess.c @@ -206,7 +206,7 @@ reassign_badpost(const char *userid) { " " ANSI_COLOR(1;37) "修改理由是:%s" ANSI_RESET, cuser.userid, u.userid, orig_badpost, u.badpost, reason); snprintf(title, sizeof(title), - "[公安報告] 站長%s修改%s劣文報告", cuser.userid, u.userid); + "[安全報告] 站長%s修改%s劣文報告", cuser.userid, u.userid); post_msg(BN_SECURITY, title, msg, "[系統安全局]"); mail_log2id_text(u.userid, "[系統通知] 劣文變更", msg, "[系統安全局]", NA); diff --git a/pttbbs/mbbsd/syspost.c b/pttbbs/mbbsd/syspost.c index 140154e8..fc979559 100644 --- a/pttbbs/mbbsd/syspost.c +++ b/pttbbs/mbbsd/syspost.c @@ -85,7 +85,7 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user sprintf(s, "\n " ANSI_COLOR(1;37) "站長%s修改權限理由是:%s\n" ANSI_RESET, cuser.userid, reason); - snprintf(title, sizeof(title), "[公安報告] 站長%s修改%s權限報告", + snprintf(title, sizeof(title), "[安全報告] 站長%s修改%s權限報告", cuser.userid, userid); post_msg(BN_SECURITY, title, genbuf, "[系統安全局]"); diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 1ad25e01..69e7c904 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -1248,7 +1248,7 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) cuser.userid, x.userid, changefrom, x.money, cuser.userid, reason); snprintf(title, sizeof(title), - "[公安報告] 站長%s修改%s錢報告", cuser.userid, + "[安全報告] 站長%s修改%s金錢", cuser.userid, x.userid); post_msg(BN_SECURITY, title, msg, "[系統安全局]"); setumoney(unum, x.money); |