summaryrefslogtreecommitdiffstats
path: root/util/poststat.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/poststat.c')
-rw-r--r--util/poststat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/poststat.c b/util/poststat.c
index 37bcc399..e46f77a2 100644
--- a/util/poststat.c
+++ b/util/poststat.c
@@ -1,4 +1,4 @@
-/* $Id: poststat.c,v 1.5 2003/07/20 00:55:34 in2 Exp $ */
+/* $Id$ */
/* 統計今日、週、月、年熱門話題 */
#include "bbs.h"
@@ -188,7 +188,7 @@ filter(board)
bid = getbnum(board);
if (get_record(".BRD", &bh, sizeof(bh), bid) == -1)
return 1;
- if (bh.brdattr & BRD_NOCOUNT)
+ if (bh.brdattr & BRD_NOCOUNT || bh.brdattr & BRD_HIDE)
return 1;
/*
if (bh.brdattr & BRD_POSTMASK)