From 20dff7e7ece885e6d42658c22ebeede4cc678083 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 26 May 2002 01:45:06 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@239 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 7e441841..cea57c3e 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.27 2002/05/25 18:16:40 ptt Exp $ */ +/* $Id: bbs.c,v 1.28 2002/05/26 01:45:06 ptt Exp $ */ #include #include #include @@ -1153,7 +1153,7 @@ static int recommend(int ent, fileheader_t *fhdr, char *direct) { struct tm *ptime=localtime(&now); extern userec_t xuser; char buf[200],path[200], yn[5]; - if(!HAS_PERM(PERM_LOGINOK)) return DONOTHING; + if(!(currmode & MODE_POST)) return DONOTHING; if(fhdr->recommend>9 || fhdr->recommend<0 )// 暫時性的code 原來舊有值取消 fhdr->recommend=0; -- cgit v1.2.3