From bd410b4d424ca5a9524826505f1ffa151ed297df Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 28 Jul 2006 17:07:37 +0000 Subject: fix cooldown bug git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3393 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 824da0cf..1775b03d 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1355,7 +1355,7 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct) } #ifdef USE_COOLDOWN - if(check_cooldown(bp)) + if(check_cooldown(getbcache(author))) return FULLUPDATE; #endif -- cgit v1.2.3