MantisBT: master-1.2.x 56836251

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-04-10 13:28 master-1.2.x 2cbd52d6
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