From 34dda37e2153688e125f9931b1252c3962e661ab Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 20 Mar 2003 15:10:49 +0000 Subject: whether do_allpost git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@704 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 2f69eeba..65c5408a 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.82 2003/03/20 14:46:50 in2 Exp $ */ +/* $Id: bbs.c,v 1.83 2003/03/20 15:10:49 victor Exp $ */ #include "bbs.h" static void @@ -764,10 +764,8 @@ edit_post(int ent, fileheader_t * fhdr, char *direct) touchdircache(currbid); } - if (!(currbrdattr & BRD_HIDE) && - (!bp->level || (currbrdattr & BRD_POSTMASK))) { + if (!(currbrdattr & BRD_HIDE) && (!bp->level || (currbrdattr & BRD_POSTMASK))) do_allpost(&postfile, fpath, cuser.userid); - } return FULLUPDATE; } -- cgit v1.2.3