summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-29 09:42:53 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-29 09:42:53 +0800
commitefd842401473002b70d43e50aa3ecffe1423a899 (patch)
tree85691286e3202cf0b73b2aa80e549745dfc91199 /mbbsd/board.c
parent381311ae0e05eabed9ac2105848325ab20efb159 (diff)
downloadpttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar.gz
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar.bz2
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar.lz
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar.xz
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.tar.zst
pttbbs-efd842401473002b70d43e50aa3ecffe1423a899.zip
fix previous revision
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3580 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 5d049bf1..1aedfd6f 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -903,7 +903,7 @@ choose_board(int newflag)
else if (HasUserPerm(PERM_SYSOP) ||
HasUserPerm(PERM_SYSSUPERSUBOP) ||
HasUserPerm(PERM_SYSSUBOP) ||
- HasUserPerm(PERM_BOARD))
+ HasUserPerm(PERM_BOARD)) {
/* 站長管理用的 tag */
if (ptr->myattr & NBRD_TAG)
set_attr(getadmtag(ptr->bid), FAVH_ADM_TAG, FALSE);