/[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.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    

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

  ViewVC Help
Powered by ViewVC 1.1.2