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

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

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

revision 1.1.2.15, Sat Nov 1 00:07:54 2008 UTC revision 1.1.2.16, Sat Nov 1 00:25:04 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_discounts.module,v 1.1.2.13 2008/11/01 00:01:29 psynaptic Exp $  // $Id: uc_discounts.module,v 1.1.2.15 2008/11/01 00:07:54 psynaptic Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1658  function uc_discounts_action_form($disco Line 1658  function uc_discounts_action_form($disco
1658        '#maxlength' => 10,        '#maxlength' => 10,
1659        '#size' => 10,        '#size' => 10,
1660        '#required' => TRUE,        '#required' => TRUE,
1661        '#description' => t('Enter either a dollar amount or a percentage'),        '#description' => t('Enter either an amount or a percentage.'),
1662        '#default_value' => $action->amount,        '#default_value' => $action->amount,
1663      );      );
1664      $form['submit'] = array(      $form['submit'] = array(

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

  ViewVC Help
Powered by ViewVC 1.1.2