From 697b8cd20d01673c57d02d081eb7458eec29b3ee Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 24 Feb 2004 14:51:53 +0000 Subject: some refactoring, remove some impossible condition test git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.symblic@1565 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modes.h b/include/modes.h index ca43900c..ad5c6e4f 100644 --- a/include/modes.h +++ b/include/modes.h @@ -106,7 +106,7 @@ #define MODE_STARTED 1 /* 是否已經進入系統 */ #define MODE_POST 2 /* 是否可以在 currboard 發表文章 */ #define MODE_BOARD 4 /* 是否可以在 currboard 刪除、mark文章 */ -#define MODE_MENU 8 /* 是否可以在 MENU 開板 */ +#define MODE_GROUPOP 8 /* 是否可以在 MENU 開板 */ #define MODE_DIGEST 0x10 /* 是否為 digest mode */ #define MODE_ETC 0x20 /* 是否為 etc mode */ #define MODE_SELECT 0x40 /* 搜尋使用者標題 */ -- cgit v1.2.3