/[drupal]/contributions/modules/taxonomy_manager/taxonomy_manager.admin.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_manager/taxonomy_manager.admin.inc

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

revision 1.1.2.17.2.23, Tue Aug 11 07:41:11 2009 UTC revision 1.1.2.17.2.24, Wed Aug 19 12:22:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.22 2009/08/11 06:56:26 mh86 Exp $  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.23 2009/08/11 07:41:11 mh86 Exp $
3    
4  /**  /**
5   *   *
# Line 1783  function taxonomy_manager_double_tree_ed Line 1783  function taxonomy_manager_double_tree_ed
1783    $is_error_msg = FALSE;    $is_error_msg = FALSE;
1784    
1785    if ($op == "move") {    if ($op == "move") {
1786      taxonomy_manager_double_tree_edit_move($params, &$msg, &$is_error_msg);      taxonomy_manager_double_tree_edit_move($params, $msg, $is_error_msg);
1787    }    }
1788    else if ($op == "translation") {    else if ($op == "translation") {
1789      taxonomy_manager_doube_tree_edit_translate($params, &$msg, &$is_error_msg);      taxonomy_manager_doube_tree_edit_translate($params, $msg, $is_error_msg);
1790    }    }
1791    else if ($op == "switch") {    else if ($op == "switch") {
1792      taxonomy_manager_double_tree_edit_switch($params, &$msg, &$is_error_msg);      taxonomy_manager_double_tree_edit_switch($params, $msg, $is_error_msg);
1793    }    }
1794    
1795    if ($msg == "") {    if ($msg == "") {

Legend:
Removed from v.1.1.2.17.2.23  
changed lines
  Added in v.1.1.2.17.2.24

  ViewVC Help
Powered by ViewVC 1.1.2