/[drupal]/drupal/modules/taxonomy/taxonomy.module
ViewVC logotype

Diff of /drupal/modules/taxonomy/taxonomy.module

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

revision 1.330.2.20 by drumm, Wed May 13 19:49:11 2009 UTC revision 1.330.2.21 by drumm, Fri Jul 10 05:47:16 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy.module,v 1.330.2.19 2009/05/13 19:41:57 drumm Exp $  // $Id: taxonomy.module,v 1.330.2.20 2009/05/13 19:49:11 drumm Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 57  function taxonomy_link($type, $node = NU Line 57  function taxonomy_link($type, $node = NU
57   * @return   * @return
58   *   An internal Drupal path.   *   An internal Drupal path.
59   */   */
   
60  function taxonomy_term_path($term) {  function taxonomy_term_path($term) {
61    $vocabulary = taxonomy_get_vocabulary($term->vid);    $vocabulary = taxonomy_get_vocabulary($term->vid);
62    if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {    if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {

Legend:
Removed from v.1.330.2.20  
changed lines
  Added in v.1.330.2.21

  ViewVC Help
Powered by ViewVC 1.1.3