Skip to content

Commit

Permalink
Remove grade, as instructed by account managers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hungte committed Sep 3, 2015
1 parent 3c71a34 commit 3aa47b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mbbsd/register.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ isvalidcareer(char *career)
if( strlen(career) < 6 )
return "您的輸入不正確";
#endif
if (DBCS_strcasestr(career, "學") &&
DBCS_strcasestr(career, "系") &&
DBCS_strcasestr(career, "級") == 0 &&
(DBCS_strcasestr(career, "畢") == 0 &&
DBCS_strcasestr(career, "肄") == 0))
return "請加上年級";
return NULL;
}

Expand Down

0 comments on commit 3aa47b1

Please sign in to comment.