summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-10 11:03:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-10 11:03:13 +0800
commit8112e364a3200bedb9c7e04c7723db505a1a238c (patch)
tree202eadda9d31dfdc84a9f6f59a8d7618eaa5e830
parentadf5d9f402a03818e374632ae00d6867b812e346 (diff)
downloadpttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar.gz
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar.bz2
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar.lz
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar.xz
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.tar.zst
pttbbs-8112e364a3200bedb9c7e04c7723db505a1a238c.zip
Remove TEL from reject reasons.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5945 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/register.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/register.c b/pttbbs/mbbsd/register.c
index 888c3a5e..8a74acef 100644
--- a/pttbbs/mbbsd/register.c
+++ b/pttbbs/mbbsd/register.c
@@ -1434,13 +1434,12 @@ int regform_estimate_queuesize()
// Administration (SYSOP Validation)
/////////////////////////////////////////////////////////////////////////////
-#define REJECT_REASONS (6)
+#define REJECT_REASONS (5)
#define REASON_LEN (60)
static const char *reasonstr[REJECT_REASONS] = {
"請輸入真實姓名",
"請詳填(畢業)學校『系』『級』或服務單位(含所屬縣市及職稱)",
"請填寫完整住址 (含縣市/鄉鎮市區, 台北市請記得加行政區域)",
- "請詳填連絡電話 (含區碼, 中間不加 '-', '(', ')' 等符號)",
"請精確並完整填寫註冊申請表",
"請用中文填寫申請單",
};