Skip to content

Commit

Permalink
Revert commit and fix ms_users
Browse files Browse the repository at this point in the history
  • Loading branch information
charleneauger committed Oct 24, 2022
1 parent e13fc3f commit 57de1cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/main_sections/ms_users/ms_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
$data_on[5] = $l->g(1146);
}

if (!isset($protectedPost['onglet']) || $protectedPost['onglet'] == "") {
$protectedPost['onglet'] = current($data_on);
}

$form_name = "admins";
$tab_options = $protectedPost;
$tab_options['form_name'] = $form_name;
echo open_form($form_name, '', '', 'form-horizontal');
$table_name = "TAB_ACCESSLVL" . $protectedPost['onglet'];

if (!isset($protectedPost['onglet']) || $protectedPost['onglet'] == "") {
$protectedPost['onglet'] = current($data_on);
}

//suppression d'une liste de users
if (is_defined($protectedPost['del_check'])) {
delete_list_user($protectedPost['del_check']);
Expand Down

0 comments on commit 57de1cf

Please sign in to comment.