From d6207a0b92e0d12b75ea528b99cf5e85ea73b58e Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 29 Oct 2008 07:07:54 +0000 Subject: * revert recommend restirction. I still think this is correct direction. But I don't have enough time to fine tune a better solution. So revert it. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4412 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index d27565a8..344c534f 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2762,13 +2762,6 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) return do_bid(ent, fhdr, bp, direct); } -#ifndef ALLOW_RECOMMEND_NONLOCAL_SAVED_ARTICLE - if ((bp->brdattr & BRD_NOTRAN) == 0 && (fhdr->filemode & FILE_LOCAL) == 0) { - vmsg("轉信板只有站內存檔的文章才能推文"); - return FULLUPDATE; - } -#endif - #ifndef DEBUG if (!CheckPostRestriction(currbid)) { -- cgit v1.2.3