
|
[EQDKP] EQDKP1.3:The year field must be an integer with a value of...
EQDKP1.3安装后添加raid和个人调整时出现提示“The year field must be an integer with a value of at least 1998”
http://groups.google.com/group/e ... 604fbcb9ab8a2?pli=1
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 57 by dawnh.opslife.com: Got error 'The year field must be an
integer with a value of at least 1998.' when adding an Individual Adjustment
http://code.google.com/p/eqdkp/issues/detail?id=57
What steps will reproduce the problem?
1. Find the "Individual Adjustments" in the admin panel and click add.
2. Fill the name and points filed, click add.
3. Got the error。
What is the expected output? What do you see instead?
What version of EQdkp are you using?
1.3.2f
What version of PHP are you using? What version of MySQL are you using?
Who is your EQdkp web host?
Please provide any additional information below.
Found belowing code in the addraid.php. Think change 2010 to 2099 should
solve the problem.
$this->fv->is_within_range('mo', 1, 12, $user->lang['fv_range_month']);
$this->fv->is_within_range('d', 1, 31, $user->lang['fv_range_day']);
$this->fv->is_within_range('y', 1998, 2010, $user->lang['fv_range_year']); // How ambitious |
EQ中文世纪地图集地址:
www.ceqmap.com |
|