From 7a327f5651886ad80032c06a10631e444851b564 Mon Sep 17 00:00:00 2001 From: wens Date: Sat, 1 Jul 2006 12:44:04 +0000 Subject: group ops can alter posting limits git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3375 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index e31138a5..9a9e5607 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1556,7 +1556,7 @@ do_limitedit(int ent, fileheader_t * fhdr, const char *direct) return DONOTHING; strcpy(buf, "更改 "); - if (HasUserPerm(PERM_SYSOP)) + if (HasUserPerm(PERM_SYSOP) || (HasUserPerm(PERM_SYSSUPERSUBOP) && GROUPOP())) strcat(buf, "(A)本板發表限制 "); strcat(buf, "(B)本板預設"); if (fhdr->filemode & FILE_VOTE) -- cgit v1.2.3