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

Diff of /contributions/modules/taxonomy_manager/taxonomy_manager.module

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

revision 1.5.2.17.2.14.2.12, Mon Aug 10 13:47:46 2009 UTC revision 1.5.2.17.2.14.2.13, Tue Aug 11 09:37:59 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: taxonomy_manager.module,v 1.5.2.17.2.14.2.11 2009/08/04 13:46:28 mh86 Exp $  // $Id: taxonomy_manager.module,v 1.5.2.17.2.14.2.12 2009/08/10 13:47:46 mh86 Exp $
4    
5  /**  /**
6   *   *
# Line 714  function _taxonomy_manager_tree_term_get Line 714  function _taxonomy_manager_tree_term_get
714    }    }
715    
716    if ($children) {    if ($children) {
717      $next = $tree[++$current_index];      if (isset($next->depth) && $next->depth == $term->depth) {
     if ($next->depth == $term->depth) {  
718        $class .= ($expand) ? 'collapsable' : 'expandable';        $class .= ($expand) ? 'collapsable' : 'expandable';
719      }      }
720      else {      else {

Legend:
Removed from v.1.5.2.17.2.14.2.12  
changed lines
  Added in v.1.5.2.17.2.14.2.13

  ViewVC Help
Powered by ViewVC 1.1.2