From bb16a44e309469e8a4fee2cf36df0cd225396df6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Aug 2004 19:40:44 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20titre=20de=20civilit=E9=20de=20la?= =?UTF-8?q?=20fiche=20contact=20est=20envoy=E9=20=E0=20la=20fonction=20sel?= =?UTF-8?q?ect=5Fcivilite=20pour=20que=20la=20pr=E9s=E9lection=20fonctionn?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index c6bc9b11bc2..d63720ab435 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -177,7 +177,7 @@ if ($_GET["action"] == 'create') } print 'Titre'; - print $form->select_civilite(); + print $form->select_civilite($obj->civilite); print ''; print 'Nom';