From 0f490a4d618440e781cc6397c93fe65649df8778 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 12 Feb 2019 13:26:40 +0100 Subject: [PATCH] =?UTF-8?q?Erreur=20=C3=A9dition=20du=20compte=20dans=20la?= =?UTF-8?q?=20liste=20des=20membres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core.php b/core/core.php index 5f92865a..b54dfd36 100644 --- a/core/core.php +++ b/core/core.php @@ -2941,6 +2941,10 @@ class template { helper::sprintAttributes($attributes) ); // Options + // Quand selected vaut 0, afficher une sélection vide + //if ($attributes['selected'] === 0) { + // $html .= sprintf(''); + //} foreach($options as $value => $text) { $html .= sprintf( '',