diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:18:11 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:18:11 +0800 |
commit | c8666f401d70d625c86180640b7fc6e44b0c4ba4 (patch) | |
tree | c0e876358ea07e377bb0fd558fc1609b997408f8 /mbbsd/admin.c | |
parent | 3bf522b143e8bd77046531e4636e3a0b4c510188 (diff) | |
download | pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.gz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.bz2 pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.lz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.xz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.zst pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@220 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 8397234d..1712d7e4 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.14 2002/05/21 05:04:14 lwms Exp $ */ +/* $Id: admin.c,v 1.15 2002/05/25 11:18:11 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -880,7 +880,6 @@ int scan_register_form(char *regfile, int automode, int neednum) { stampfile(buf1, &mhdr); strcpy(mhdr.owner, cuser.userid); strncpy(mhdr.title, "[註冊失敗]", TTLEN); - mhdr.savemode = 0; mhdr.filemode = 0; sethomedir(title, muser.userid); if(append_record(title, &mhdr, sizeof(mhdr)) != -1) { @@ -955,7 +954,6 @@ int scan_register_form(char *regfile, int automode, int neednum) { stampfile(xfpath, &xfile); strcpy(xfile.owner, "系統"); strcpy(xfile.title, "[報告] 審核記錄"); - xfile.savemode = 'S'; xptr = fopen(xfpath, "w"); fprintf(xptr, "\n時間:%s %s 審了 %d 份註冊單\n |