Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.14, Sat Nov 1 00:06:41 2008 UTC | revision 1.1.2.15, Sat Nov 1 00:07:54 2008 UTC | |
|---|---|---|
| # | Line 1729 function uc_discounts_action_delete($dis | Line 1729 function uc_discounts_action_delete($dis |
| 1729 | } | } |
| 1730 | ||
| 1731 | db_query('DELETE FROM {uc_discounts_actions} WHERE id=%d', $action_id); | db_query('DELETE FROM {uc_discounts_actions} WHERE id=%d', $action_id); |
| 1732 | drupal_set_message(t('Action successfully deleted.')); | |
| 1733 | drupal_goto('admin/store/discounts/'. $discount_id); | drupal_goto('admin/store/discounts/'. $discount_id); |
| 1734 | } | } |
| 1735 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |