| 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) |
| 109 |
'#type' => 'select', |
'#type' => 'select', |
| 110 |
'#title' => t('Products'), |
'#title' => t('Products'), |
| 111 |
'#options' => $products, |
'#options' => $products, |
| 112 |
|
'#required' => true, |
| 113 |
); |
); |
| 114 |
} |
} |
| 115 |
|
|