Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1165
 
1169
 
1169
 
product_notification.php
_> 11 <?php
  22 /*
<> 3 -  $Id: product_notification.php 1076 2006-10-25 15:37:50Z hpdl $
   3+  $Id: product_notification.php 1169 2006-12-14 22:19:51Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
143143 
  144144         $Qcustomers->execute();
  145145 
<> 146 -        $this->_audience_size =+ $Qcustomers->valueInt('total');
   146+        $this->_audience_size += $Qcustomers->valueInt('total');
<_ 147147       }
  148148 
  149149       $confirmation_string = '<p><font color="#ff0000"><b>' . sprintf(MODULE_NEWSLETTER_PRODUCT_NOTIFICATION_TEXT_TOTAL_RECIPIENTS, $this->_audience_size) . '</b></font></p>' .