/[drupal]/contributions/modules/uc_discounts/discounts/uc_discounts_product.module
ViewVC logotype

Diff of /contributions/modules/uc_discounts/discounts/uc_discounts_product.module

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

revision 1.1.2.2, Sat Nov 1 00:14:12 2008 UTC revision 1.1.2.3, Sat Nov 1 00:16:52 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_discounts_product.module,v 1.1.2.1 2008/11/01 00:11:49 psynaptic Exp $  // $Id: uc_discounts_product.module,v 1.1.2.2 2008/11/01 00:14:12 psynaptic Exp $
3    
4  /*******************************************************************************  /*******************************************************************************
5   * Hook Functions (Ubercart)   * Hook Functions (Ubercart)
# Line 109  function uc_discounts_product_item_field Line 109  function uc_discounts_product_item_field
109        '#type' => 'select',        '#type' => 'select',
110        '#title' => t('Products'),        '#title' => t('Products'),
111        '#options' => $products,        '#options' => $products,
112          '#required' => true,
113      );      );
114    }    }
115    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2