diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-11 08:35:16 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-11 08:35:16 +0800 |
commit | d57f0ffcb377f57cda39795fd032d7ba2690eaf8 (patch) | |
tree | 04766bc692bdc041f69ec4f523340b771fe1ec11 /mbbsd/admin.c | |
parent | fc1df3375ea5d4bada5db4802f563f575bebf362 (diff) | |
download | pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar.gz pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar.bz2 pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar.lz pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar.xz pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.tar.zst pttbbs-d57f0ffcb377f57cda39795fd032d7ba2690eaf8.zip |
last commit err
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@835 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 309f0f8d..5253a37c 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.35 2003/05/10 16:52:01 bbs Exp $ */ +/* $Id: admin.c,v 1.36 2003/05/11 00:35:16 victor Exp $ */ #include "bbs.h" /* 使用者管理 */ @@ -823,7 +823,7 @@ scan_register_form(char *regfile, int automode, int neednum) prints("\033[1;32m------------- 請站長嚴格審核使用者資料,您還有 %d 份---------------\033[m\n", neednum); prints(" %-12s:%s\n", finfo[0], fdata[0]); prints(" %-12s:%s\n", finfo[1], fdata[1]); -#ifdef FOREIGN_REG_DAY +#ifdef FOREIGN_REG prints("1.%-12s:%s%s\n", finfo[n], fdata[n], muser.uflag2 & FOREIGN ? "外籍" : ""); #else prints("1.%-12s:%s\n", finfo[n], fdata[n]); |