/[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.12, Fri Oct 31 23:58:45 2008 UTC revision 1.1.2.13, Sat Nov 1 00:01:29 2008 UTC
# Line 1  Line 1 
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
# Line 1434  function uc_discounts_condition_delete($ Line 1434  function uc_discounts_condition_delete($
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    

Legend:
Removed from v.1.1.2.12  
changed lines
  Added in v.1.1.2.13

  ViewVC Help
Powered by ViewVC 1.1.2