summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
commitde5ce1c9adb04ed135c6c3be6110c453ac6df7aa (patch)
tree873b8afa0474f842b6e13f33ac06c50cbba32ce4 /mbbsd/announce.c
parent2749389993957bd6c0cccf55e74f67926c48261a (diff)
downloadpttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.gz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.bz2
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.lz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.xz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.zst
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.zip
* revise code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3670 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 4f6b9af0..bf6c8add 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -977,7 +977,7 @@ isvisible_man(const menu_t * me)
/* board friend only effact when
* in board reading mode */
(currstat == ANNOUNCE ||
- hbflcheck(currbid, currutmp->uid))
+ !is_hidden_board_friend(currbid, currutmp->uid))
)))
return 0;
return 1;