| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_discounts.module,v 1.1.2.11 2008/10/31 18:59:54 psynaptic Exp $ |
// $Id: uc_discounts.module,v 1.1.2.12 2008/10/31 23:58:45 psynaptic Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1434 |
} |
} |
| 1435 |
|
|
| 1436 |
db_query("DELETE FROM {uc_discounts_conditions} WHERE id=%d", $condition_id); |
db_query("DELETE FROM {uc_discounts_conditions} WHERE id=%d", $condition_id); |
| 1437 |
|
drupal_set_message(t('Condition successfully deleted.')); |
| 1438 |
drupal_goto("admin/store/discounts/$discount_id"); |
drupal_goto("admin/store/discounts/$discount_id"); |
| 1439 |
} |
} |
| 1440 |
|
|