MantisBT: master ed3bf370

Author Committer Branch Timestamp Parent
dhx dhx master 2009-09-09 04:34 master d85822de
Affected Issues  0010918: Due date feature: undefined reference to $t_null_date on bug_update_advanced_page.php
Changeset

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.

mod - bug_update_advanced_page.php Diff File