summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-03 14:47:36 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-03 14:47:36 +0800
commit3a1eb6118725ab980e763328fc82ce961e756b78 (patch)
tree4ed7011ebca93a909807c1ef6cb3be850ef2ed07 /mbbsd/user.c
parentadf219a59c85fd819da3db8a6e12ca5243379a30 (diff)
downloadpttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar.gz
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar.bz2
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar.lz
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar.xz
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.tar.zst
pttbbs-3a1eb6118725ab980e763328fc82ce961e756b78.zip
only log violations reported by police
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3439 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index fd9a235b..1c521ac0 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -305,7 +305,7 @@ violate_law(userec_t * u, int unum)
u->vl_count++;
passwd_update(unum, u);
post_violatelaw(u->userid, cuser.userid, reason, "罰單處份");
- mail_violatelaw(u->userid, cuser.userid, reason, "罰單處份");
+ mail_violatelaw(u->userid, "站務警察", reason, "罰單處份");
}
pressanykey();
}