From 97e5db2272665daf9883e29b183a734daf9c79e6 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 5 Dec 2007 12:25:19 +0000 Subject: - enable board for artwork again git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3639 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index e236fb13..49490e42 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3252,9 +3252,9 @@ good_post(int ent, fileheader_t * fhdr, const char *direct) if (fhdr->filemode & FILE_DIGEST) { fhdr->filemode = (fhdr->filemode & ~FILE_DIGEST); if (!strcmp(currboard, GLOBAL_NOTE) || - // 2007/12/05: what is 'Artdsn' here? - // disable it unless someone need it... - // !strcmp(currboard, "Artdsn") || +#ifdef GLOBAL_ARTDSN + !strcmp(currboard, GLOBAL_ARTDSN) || +#endif !strcmp(currboard, GLOBAL_BUGREPORT) || !strcmp(currboard, GLOBAL_LAW) ) @@ -3298,9 +3298,9 @@ good_post(int ent, fileheader_t * fhdr, const char *direct) fhdr->filemode = (fhdr->filemode & ~FILE_MARKED) | FILE_DIGEST; if (!strcmp(currboard, GLOBAL_NOTE) || - // 2007/12/05: what is 'Artdsn' here? - // disable it unless someone need it... - // !strcmp(currboard, "Artdsn") || +#ifdef GLOBAL_ARTDSN + !strcmp(currboard, GLOBAL_ARTDSN) || +#endif !strcmp(currboard, GLOBAL_BUGREPORT) || !strcmp(currboard, GLOBAL_LAW) ) -- cgit v1.2.3