/[drupal]/contributions/modules/weblinks/weblinks.module
ViewVC logotype

Diff of /contributions/modules/weblinks/weblinks.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.58.2.30, Thu Jul 31 23:36:51 2008 UTC revision 1.1.4.58.2.31, Fri Aug 1 02:53:45 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: weblinks.module,v 1.1.4.58.2.29 2008/07/31 23:35:02 nancyw Exp $  // $Id: weblinks.module,v 1.1.4.58.2.30 2008/07/31 23:36:51 rmiddle Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 888  function weblinks_form_weblink() { Line 888  function weblinks_form_weblink() {
888  function weblinks_form_container_submit($form_id, $form_values) {  function weblinks_form_container_submit($form_id, $form_values) {
889    $container = TRUE;    $container = TRUE;
890    $type = t('weblinks container');    $type = t('weblinks container');
891    if ($form_values['delete'] == 'Delete') {    if ($form_values['op'] == t('Delete') {
892      $status = taxonomy_del_term($form_values['tid']);      $status = taxonomy_del_term($form_values['tid']);
893    }    }
894    else {    else {

Legend:
Removed from v.1.1.4.58.2.30  
changed lines
  Added in v.1.1.4.58.2.31

  ViewVC Help
Powered by ViewVC 1.1.2