Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

733
 
734
 
734
 
mime.php
_> 11 <?php
  22 /*
<> 3 -  $Id: mime.php 733 2006-08-20 15:32:32Z hpdl $
   3+  $Id: mime.php 734 2006-08-20 17:56:47Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
114114 //      $encoded =& $this->_encoded;
  115115       $encoded = $this->_encoded;
  116116 
<> 117 -      if (tep_not_null($this->_subparts)) {
   117+      if (!empty($this->_subparts)) {
<_ 118118         $boundary = '=_' . md5(uniqid(osc_rand()) . microtime());
  119119         $this->_headers['Content-Type'] .= ';' . $this->lf . chr(9) . 'boundary="' . $boundary . '"';
  120120