| 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 |
* |
* |
| 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 == "") { |