summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-07-18 02:35:22 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-07-18 02:35:22 +0800
commit07f452623975973c794fefed292e9dd4bbe80dae (patch)
tree034df5b95d48d137a7e41aac718a119600f32623
parent96c9259664f922210799f8af15c924984744a729 (diff)
downloadpttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar.gz
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar.bz2
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar.lz
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar.xz
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.tar.zst
pttbbs-07f452623975973c794fefed292e9dd4bbe80dae.zip
reason, suggested by ltlmouse
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2139 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/Makefile1
-rw-r--r--mbbsd/admin.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index abfa1e0a..66c642af 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -16,6 +16,7 @@ OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\
screen.o stuff.o talk.o term.o topsong.o user.o brc.o vice.o vote.o\
xyz.o voteboard.o syspost.o var.o passwd.o calendar.o go.o
+MERGEBBS=1
.if defined(MERGEBBS)
CFLAGS+= -DMERGEBBS
OBJS+= merge.o
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index b5386cbc..f5ea06b5 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -961,7 +961,7 @@ scan_register_form(char *regfile, int automode, int neednum)
};
char *reason[] = {
"輸入真實姓名",
- "詳細填寫您的「學校以及『科系』『年級』」或「服務單位(詳細至職稱)」",
+ "詳細填寫您的「(畢業)學校及『系』『級』」或「服務單位(含所屬縣市及職稱)」"
"填寫完整的住址資料 (含縣市名稱, 台北市請含行政區域)",
"詳填連絡電話 (含區域碼, 中間不用加 \"-\", \"(\", \")\"等符號",
"確實填寫註冊申請表",