From 07f452623975973c794fefed292e9dd4bbe80dae Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 17 Jul 2004 18:35:22 +0000 Subject: reason, suggested by ltlmouse git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2139 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/Makefile | 1 + mbbsd/admin.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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[] = { "輸入真實姓名", - "詳細填寫您的「學校以及『科系』『年級』」或「服務單位(詳細至職稱)」", + "詳細填寫您的「(畢業)學校及『系』『級』」或「服務單位(含所屬縣市及職稱)」" "填寫完整的住址資料 (含縣市名稱, 台北市請含行政區域)", "詳填連絡電話 (含區域碼, 中間不用加 \"-\", \"(\", \")\"等符號", "確實填寫註冊申請表", -- cgit v1.2.3