From befe15d09f02bb1d426d6dfc302521459d923b79 Mon Sep 17 00:00:00 2001 From: in2 Date: Sun, 19 Sep 2004 12:50:50 +0000 Subject: PERM_BOARD could set board git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2203 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/board.c') diff --git a/mbbsd/board.c b/mbbsd/board.c index a7c52332..8dd2dd83 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1022,7 +1022,7 @@ choose_board(int newflag) num = tmp; break; case 'E': - if (HAS_PERM(PERM_SYSOP) || GROUPOP()) { + if (HAS_PERM(PERM_SYSOP | PERM_BOARD) || GROUPOP()) { ptr = &nbrd[num]; move(1, 1); clrtobot(); -- cgit v1.2.3