alecpl
2010-01-25 580ff9c55e81aae04add43c95071c57e346a19ce
program/steps/mail/sendmdn.inc
@@ -15,10 +15,13 @@
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id: sendmail.inc 930 2007-11-25 17:34:19Z thomasb $
 $Id$
*/
// only process ajax requests
if (!$OUTPUT->ajax_call)
  return;
if (!empty($_POST['_uid'])) {
  $sent = rcmail_send_mdn(get_input_value('_uid', RCUBE_INPUT_POST), $smtp_error);