$id_profile[0], "id_grupo" => $id_group[0])); echo json_encode (index_array ($profile_data, 'id_up', 'id_usuario')); return; } return; } $delete_profiles = (int) get_parameter ('delete_profiles'); if ($delete_profiles) { $profiles_id = get_parameter ('profiles_id', -1); $groups_id = get_parameter ('groups_id', -1); $users_id = get_parameter ('users_id', -1); if($profiles_id == -1 || $groups_id == -1 || $users_id == -1){ $result = false; } else { foreach($profiles_id as $profile) { foreach($groups_id as $group) { foreach($users_id as $id_up) { $user = (string) get_db_value_filter ('id_usuario', 'tusuario_perfil', array('id_up' => $id_up)); pandora_audit("User management", "Deleted profile for user ".safe_input($user)); $result = delete_user_profile ($user, $id_up); } } } } if ($result) { pandora_audit("Masive management", "Delete profile ", false, false, 'Profiles: ' . json_encode($profiles_id) . ' Groups: ' . $groups_id . ' Users: ' . $users_id); } else { pandora_audit("Masive management", "Fail try to delete profile", false, false, 'Profiles: ' . json_encode($profiles_id) . ' Groups: ' . $groups_id . ' Users: ' . $users_id); } print_result_message ($result, __('Profiles deleted successfully'), __('Profiles cannot be deleted')); } print_table ($table); unset($table); $table->width = '90%'; $table->data = array (); $table->head = array (); $table->align = array (); $table->style = array (); $table->style[0] = 'vertical-align: top'; $table->style[1] = 'vertical-align: top'; $table->head[0] = __('Profile name'); $table->head[1] = __('Group'); $table->head[2] = __('Users'); $table->align[2] = 'center'; $table->size[0] = '34%'; $table->size[1] = '33%'; $table->size[2] = '33%'; $data = array (); $data[0] = '
'; unset ($table); echo '