From c1ebcc7e2d0c5ef9a0c51d7ea2ed117639e646aa Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 22 Jul 2014 10:25:14 +0000 Subject: Giving money to artdsn & bugreport board is making trouble. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6025 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/bbs.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 083cca2b..3be8da22 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -4175,10 +4175,6 @@ good_post(int ent, fileheader_t * fhdr, const char *direct) if (fhdr->filemode & FILE_DIGEST) { fhdr->filemode = (fhdr->filemode & ~FILE_DIGEST); if (!strcmp(currboard, BN_NOTE) || -#ifdef BN_ARTDSN - !strcmp(currboard, BN_ARTDSN) || -#endif - !strcmp(currboard, BN_BUGREPORT) || !strcmp(currboard, BN_LAW) ) { @@ -4213,10 +4209,6 @@ good_post(int ent, fileheader_t * fhdr, const char *direct) fhdr->filemode = (fhdr->filemode & ~FILE_MARKED) | FILE_DIGEST; if (!strcmp(currboard, BN_NOTE) || -#ifdef BN_ARTDSN - !strcmp(currboard, BN_ARTDSN) || -#endif - !strcmp(currboard, BN_BUGREPORT) || !strcmp(currboard, BN_LAW) ) { -- cgit v1.2.3