Changeset 2722 in subversion
- Timestamp:
- Jul 7, 2009 1:29:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/show.inc
r2637 r2722 85 85 if (intval($CONFIG['mdn_requests']) === 1) 86 86 { 87 if (rcmail_send_mdn($MESSAGE->uid ))87 if (rcmail_send_mdn($MESSAGE->uid, $smtp_error)) 88 88 $OUTPUT->show_message('receiptsent', 'confirmation'); 89 else 89 else if ($smtp_error) 90 $OUTPUT->show_message($smtp_error['label'], 'error', $smtp_error['vars']); 91 else 90 92 $OUTPUT->show_message('errorsendingreceipt', 'error'); 91 93 }
Note: See TracChangeset
for help on using the changeset viewer.
