/[drupal]/contributions/modules/send/includes/send.inc
ViewVC logotype

Diff of /contributions/modules/send/includes/send.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Mon May 25 20:25:56 2009 UTC revision 1.5, Mon Aug 17 21:38:15 2009 UTC
# Line 1  Line 1 
1  <?php /* $Id: send.inc,v 1.3 2009/05/20 21:05:38 vauxia Exp $ */  <?php /* $Id: send.inc,v 1.4 2009/05/25 20:25:56 vauxia Exp $ */
2    
3  /**  /**
4   * The main send processing function.   * The main send processing function.
# Line 165  function send_deliver_mail($profile, $co Line 165  function send_deliver_mail($profile, $co
165      return mimemail($sender, $contact, $message['subject'], $message['body']);      return mimemail($sender, $contact, $message['subject'], $message['body']);
166    }    }
167    else {    else {
168      // Use mimemail if available, to support HTML messages.      // TODO populate this.
169      return drupal_mail();      return drupal_mail();
170    }    }
171  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2