/[drupal]/contributions/modules/freecommerce/freecommerce.module
ViewVC logotype

Diff of /contributions/modules/freecommerce/freecommerce.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Oct 2 22:18:47 2009 UTC revision 1.2, Mon Oct 5 20:58:52 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: freecommerce.module,v 1.1 2009/10/02 22:18:47 crookednumber Exp $
3  error_reporting(E_ALL);  
 ini_set('display_errors', 1);  
4  /**  /**
5   * @file   * @file
6   * A simple cart and ordering system for FREE products (and only FREE products).   * A simple cart and ordering system for FREE products (and only FREE products).
# Line 357  function freecommerce_checkout_submit($f Line 356  function freecommerce_checkout_submit($f
356        if (variable_get('freecommerce_add_nodereference_email', 0) && module_exists('email') && module_exists('nodereference')) {        if (variable_get('freecommerce_add_nodereference_email', 0) && module_exists('email') && module_exists('nodereference')) {
357          $emails = array_merge($emails, freecommerce_grab_nodereference_emails($node));          $emails = array_merge($emails, freecommerce_grab_nodereference_emails($node));
358        }        }
359    
       print '<pre>' . print_r($emails, 1) . '</pre>';  
360        $to = implode(', ', $emails);        $to = implode(', ', $emails);
361    
362        global $language;        global $language;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2