/[drupal]/contributions/modules/phpmailer/includes/phpmailer.class.inc
ViewVC logotype

Diff of /contributions/modules/phpmailer/includes/phpmailer.class.inc

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

revision 1.1.2.1.2.11 by smk, Sat Nov 21 17:37:38 2009 UTC revision 1.1.2.1.2.12 by smk, Sat Nov 21 17:41:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: phpmailer.class.inc,v 1.1.2.1.2.10 2009/11/12 10:18:10 smk Exp $  // $Id: phpmailer.class.inc,v 1.1.2.1.2.11 2009/11/21 17:37:38 smk Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 83  class DrupalPHPMailer extends PHPMailer Line 83  class DrupalPHPMailer extends PHPMailer
83      catch (phpmailerException $e) {      catch (phpmailerException $e) {
84        // Provide a more helpful error message.        // Provide a more helpful error message.
85        drupal_set_message(t('Sending of at least one e-mail failed. The error returned was:<br />@error.', array('@error' => $e->getMessage())), 'error');        drupal_set_message(t('Sending of at least one e-mail failed. The error returned was:<br />@error.', array('@error' => $e->getMessage())), 'error');
86        watchdog('phpmailer', $e->getMessage(), NULL, WATCHDOG_ERROR);        watchdog('phpmailer', $e->getMessage(), WATCHDOG_ERROR);
87        $result = FALSE;        $result = FALSE;
88      }      }
89    

Legend:
Removed from v.1.1.2.1.2.11  
changed lines
  Added in v.1.1.2.1.2.12

  ViewVC Help
Powered by ViewVC 1.1.3