/[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.3, Sat Nov 1 00:16:52 2008 UTC revision 1.1.2.4, Sat Nov 1 00:18:59 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_discounts_product.module,v 1.1.2.2 2008/11/01 00:14:12 psynaptic Exp $  // $Id: uc_discounts_product.module,v 1.1.2.3 2008/11/01 00:16:52 psynaptic Exp $
3    
4  /*******************************************************************************  /*******************************************************************************
5   * Hook Functions (Ubercart)   * Hook Functions (Ubercart)
# Line 123  function uc_discounts_product_value_fiel Line 123  function uc_discounts_product_value_fiel
123    $field = array(    $field = array(
124      '#type' => 'textfield',      '#type' => 'textfield',
125      '#title' => t('Quantity'),      '#title' => t('Quantity'),
126        '#description' => t('The number of products the user must to buy to get this discount.'),
127      '#maxlength' => 12,      '#maxlength' => 12,
128      '#size' => 6,      '#size' => 6,
129      '#required' => TRUE,      '#required' => TRUE,

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

  ViewVC Help
Powered by ViewVC 1.1.2