View Issue Details

IDProjectCategoryView StatusLast Update
0010918mantisbtbugtrackerpublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010918: Due date feature: undefined reference to $t_null_date on bug_update_advanced_page.php
Description

When the due date feature is enabled, there is an error being thrown on bug_update_advanced_page.php where an incorrect check is being performed for null dates.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 9d57fe92

2009-09-09 04:34

dhx


Details Diff
Fix 0010918: Undefined $t_null_date when updating due date field

Preconditions:
* User has permission to update the due date
* The due date field is configured to show on the update page

When these preconditions are true, an error is thrown due to an invalid
check for a null date. We should be using the date_is_null function
instead as this is what is used in other parts of Mantis to check for
null due dates.
Affected Issues
0010918
mod - bug_update_advanced_page.php Diff File

MantisBT: master ed3bf370

2009-09-09 04:34

dhx


Details Diff
Fix 0010918: Undefined $t_null_date when updating due date field

Preconditions:
* User has permission to update the due date
* The due date field is configured to show on the update page

When these preconditions are true, an error is thrown due to an invalid
check for a null date. We should be using the date_is_null function
instead as this is what is used in other parts of Mantis to check for
null due dates.
Affected Issues
0010918
mod - bug_update_advanced_page.php Diff File