Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

241
 
386
 
386
 
email.php
_> 11 <?php
  22 /*
<> 3 -  $Id: email.php 241 2005-11-13 22:56:32Z hpdl $
   3+  $Id: email.php 386 2006-01-12 11:36:39Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2929     var $headers;
  3030 
  3131     function email($headers = '') {
<>  32+      global $osC_Language;
   33+
3234       if ($headers == '') $headers = array();
  3335 
  3436       $this->html_images = array();
     
 !
5860 
  5961       $this->build_params['html_encoding'] = 'quoted-printable';
  6062       $this->build_params['text_encoding'] = '7bit';
<> 61 -      $this->build_params['html_charset'] = constant('CHARSET');
  62 -      $this->build_params['text_charset'] = constant('CHARSET');
   63+      $this->build_params['html_charset'] = $osC_Language->getCharacterSet();
   64+      $this->build_params['text_charset'] = $osC_Language->getCharacterSet();
<_ 6365       $this->build_params['text_wrap'] = 998;
  6466 
  6567 /**