Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1165
 
1169
 
1169
 
email.php
_> 11 <?php
  22 /*
<> 3 -  $Id: email.php 1076 2006-10-25 15:37:50Z hpdl $
   3+  $Id: email.php 1169 2006-12-14 22:19:51Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
8585 
  8686         $Qcustomers->execute();
  8787 
<> 88 -        $this->_audience_size =+ $Qcustomers->valueInt('total');
   88+        $this->_audience_size += $Qcustomers->valueInt('total');
<_ 8989       }
  9090 
  9191       $confirmation_string = '<p><font color="#ff0000"><b>' . sprintf(MODULE_NEWSLETTER_EMAIL_TEXT_TOTAL_RECIPIENTS, $this->_audience_size) . '</b></font></p>' .