Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

477
 
1751
 
1751
 
newsletters.php
_> 11 <?php
  22 /*
<> 3 -  $Id: newsletters.php,v 1.17 2003/06/29 22:50:52 hpdl Exp $
   3+  $Id: newsletters.php 1751 2007-12-21 05:26:09Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
3838           $newsletter_error = true;
  3939         }
  4040 
<> 41 -        if (empty($module)) {
   41+        if (empty($newsletter_module)) {
<_ 4242           $messageStack->add(ERROR_NEWSLETTER_MODULE, 'error');
  4343           $newsletter_error = true;
  4444         }