summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
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]);