diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 6abb08d4..0cc785b9 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -682,7 +682,7 @@ uinfo_query(userec_t *u, int adminmode, int unum) } else continue; if (!adminmode && (x.month > 12 || x.month < 1 || x.day > 31 || - x.day < 1 || x.year > 90 || x.year < 40)) + x.day < 1 || x.year < 40)) continue; i++; break; |