diff --git a/include/action.common.inc.php b/include/action.common.inc.php index 3a8abc7ae..64d86a8d2 100644 --- a/include/action.common.inc.php +++ b/include/action.common.inc.php @@ -181,7 +181,7 @@ if ($sub_action == 'delete') if ($g_user->can_write_action($_REQUEST['ag_id'])==true) $act->remove(); $sub_action = "list"; $cn->commit(); - Follow_Up::ShowActionList($cn, $base); + Follow_Up::show_action_list($cn, $base); if (isset($act->ag_ref)) echo hb(_('Action ') . $act->ag_ref . _(' effacée')); exit(); @@ -191,7 +191,7 @@ if ($sub_action == 'delete') // Show a list of the action if ($sub_action == "list") { - Follow_Up::ShowActionList($cn, $base); + Follow_Up::show_action_list($cn, $base); // Add a button to export to Csv echo '