diff --git a/core/trunk/core/manage_action.php b/core/trunk/core/manage_action.php index 45d39c30096fe2e4c4b9634c0edc3c87bc12e951..3c172ab78fa7a5c004f2747e955e51144540e525 100644 --- a/core/trunk/core/manage_action.php +++ b/core/trunk/core/manage_action.php @@ -387,7 +387,8 @@ else if(empty($_POST['values']) || !isset($_POST['action_id']) || empty($_POST[' } $what .= ' : '; } - $what .= $label_action.'('._NUM.$arr_res[$i].') '; + //$what .= $label_action.'('._NUM.$arr_res[$i].') '; + $what .= $label_action; if(isset($res_action['history_msg']) && !empty($res_action['history_msg'])) { $what .= $res_action['history_msg'];