| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_turkish_banks.module,v 1.10 2008/11/16 10:00:42 bakyildiz Exp $ |
// $Id: uc_turkish_banks.module,v 1.10.2.1 2009/03/29 15:37:59 bakyildiz Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 288 |
/** |
/** |
| 289 |
* Form builder for product attributes. |
* Form builder for product attributes. |
| 290 |
*/ |
*/ |
| 291 |
function uc_turkish_banks_add_form($form_state,$action, $cid) { |
function uc_turkish_banks_add_form($action, $cid) { |
| 292 |
if ($action == 'edit') { |
if ($action == 'edit') { |
| 293 |
// If the action is edit, we load the coupon from the database with default values |
// If the action is edit, we load the coupon from the database with default values |
| 294 |
$value = uc_turkish_banks_load($cid); |
$value = uc_turkish_banks_load($cid); |