From a3a5f8d1ae0d0cb183cbdce06c00fcc5618ea1b7 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 16 Feb 2005 15:58:28 +0000 Subject: missing #ifdef/endif pair git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2515 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/user.c') diff --git a/mbbsd/user.c b/mbbsd/user.c index c44d4112..18ee988b 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1426,8 +1426,10 @@ u_register(void) exit(0); } mail_muser(cuser, "[註冊成功\囉]", "etc/registeredmail"); +#ifdef FOREIGN_REG if(cuser.uflag2 & FOREIGN) mail_muser(cuser, "[出入境管理局]", "etc/foreign_welcome"); +#endif cuser.userlevel |= (PERM_LOGINOK | PERM_POST); outs("\n註冊成功\, 重新上站後將取得完整權限\n" "請按下任一鍵跳離後重新上站~ :)"); -- cgit v1.2.3