From 593f3986b4567c32c2949bfe7de60a21d092be77 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 31 Mar 2008 09:00:56 +0000 Subject: - (internal) change GLOBAL_* to BN_* WARNING: PLEASE MANUALLY UPDATE pttbbs.conf!! git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4051 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/syspost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/syspost.c') diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 9ced9918..6654d5ba 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -87,7 +87,7 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user snprintf(title, sizeof(title), "[公安報告] 站長%s修改%s權限報告", cuser.userid, userid); - post_msg(GLOBAL_SECURITY, title, genbuf, "[系統安全局]"); + post_msg(BN_SECURITY, title, genbuf, "[系統安全局]"); } void -- cgit v1.2.3