From 7fb34b27f904d8eeefdfdf6a45d362dc889aaadd Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 16 May 2004 02:16:26 +0000 Subject: delete uncessary repost to ALLPOST git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1990 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 0496bdce..e9d92805 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -920,8 +920,10 @@ edit_post(int ent, fileheader_t * fhdr, char *direct) if (vedit(fpath, 0, NULL) != -1) { Rename(fpath, genbuf); +/* Ptt: The code is unnecessary now because use the same name as original name if (!(currbrdattr & BRD_HIDE) && (!bp->level || (currbrdattr & BRD_POSTMASK))) do_crosspost(ALLPOST, fhdr, fpath); +*/ } return FULLUPDATE; } -- cgit v1.2.3