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

Diff of /contributions/modules/taxonomy_other/taxonomy_other.module

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

revision 1.1.2.4, Mon Jul 28 20:23:49 2008 UTC revision 1.1.2.5, Wed Aug 6 23:07:13 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_other.module,v 1.1.2.3 2008/06/17 17:47:46 rellis Exp $  // $Id: taxonomy_other.module,v 1.1.2.4 2008/07/28 20:23:49 rellis Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 359  function taxonomy_other_taxonomy($op, $t Line 359  function taxonomy_other_taxonomy($op, $t
359          db_query("DELETE FROM {taxonomy_other_term} WHERE tid IN (" . $d . ")", $terms);          db_query("DELETE FROM {taxonomy_other_term} WHERE tid IN (" . $d . ")", $terms);
360        }        }
361      }      }
362      elseif ($type = 'term') {      elseif ($type == 'term') {
363        db_query("DELETE FROM {taxonomy_other_term} WHERE tid = '%d'", $array['tid']);        db_query("DELETE FROM {taxonomy_other_term} WHERE tid = '%d'", $array['tid']);
364      }      }
365    }    }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2