MantisBT: master 49406e52

Author Committer Branch Timestamp Parent
dregad dregad master 2013-04-10 13:49 master 0ff9acd0
Affected Issues  0015744: Reminder bugnote with list of recipients not added if no text provided
Changeset

Create reminder bugnote even if no message text provided

When adding a reminder, a bugnote was actually NOT created when the
reminder text is empty, even if $g_store_reminders = ON. This was due
to bugnote_add() returning false when $p_bugnote_text is blank as the
code did not take REMINDER type notes into consideration.

Fixes 0015744

mod - core/bugnote_api.php Diff File