/[drupal]/contributions/modules/mimemail/mimemail.module
ViewVC logotype

Diff of /contributions/modules/mimemail/mimemail.module

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

revision 1.45, Fri May 15 14:36:12 2009 UTC revision 1.46, Wed May 20 23:37:26 2009 UTC
# Line 1  Line 1 
1  <?php /* $Id: mimemail.module,v 1.44 2009/02/23 04:28:46 jerdavis Exp $ */  <?php /* $Id: mimemail.module,v 1.45 2009/05/15 14:36:12 vauxia Exp $ */
2    
3  /**  /**
4   * @file   * @file
# Line 124  function mimemail_prepare($sender, $reci Line 124  function mimemail_prepare($sender, $reci
124        }        }
125      }      }
126    }    }
127    $subject = mime_header_encode(drupal_html_to_text($subject));    $subject = mime_header_encode(trim(drupal_html_to_text($subject)));
128    $body = theme('mimemail_message', $body, $mailkey);    $body = theme('mimemail_message', $body, $mailkey);
129    foreach (module_implements('mail_post_process') as $module) {    foreach (module_implements('mail_post_process') as $module) {
130      $function = $module .'_mail_post_process';      $function = $module .'_mail_post_process';

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.2