summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:01:13 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:01:13 +0800
commit0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9 (patch)
tree1ab7c90ef8dfcf594a0240c77f34c97431218b33 /mbbsd/admin.c
parentaf86ff908656d1b16a60704d80810ec5d2101726 (diff)
downloadpttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar.gz
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar.bz2
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar.lz
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar.xz
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.tar.zst
pttbbs-0ad03fc42972e6b3e9a80b7f45149b286bf3b1b9.zip
remove dead code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2640 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index c3d6ebf8..2872b01b 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1277,21 +1277,6 @@ scan_register_form(const char *regfile, int automode, int neednum)
move(5, 0);
prints("您審了 %d 份註冊單,AutoScan 審了 %d 份", nSelf, nAuto);
- /** DickG: 將審了幾份的相關資料 post 到 Security 板上 ***********/
- /*
- * DickG: 因應新的站長上站需審核方案,是故沒有必要留下 record ime(buf,
- * 200, "%Y/%m/%d/%H:%M", pt);
- *
- * strcpy(xboard, "Security"); setbpath(xfpath, xboard); stampfile(xfpath,
- * &xfile); strcpy(xfile.owner, "系統"); strcpy(xfile.title, "[報告]
- * 審核記錄"); xptr = fopen(xfpath, "w"); fprintf(xptr, "\n時間:%s %s
- * 審了 %d 份註冊單\n AutoScan 審了 %d 份註冊單\n 共計 %d 份。", buf,
- * cuser.userid, nSelf, nAuto, nSelf+nAuto); fclose(xptr); setbdir(fname,
- * xboard); append_record(fname, &xfile, sizeof(xfile));
- * outgo_post(&xfile, xboard); touchbtotal(getbnum(xboard));
- * cuser.numposts++;
- */
- /*********************************************/
pressanykey();
return (0);
}