From 53dbe2154b7a1da81c4d0c34680ea52c1b346abb Mon Sep 17 00:00:00 2001 From: liedekef Date: Tue, 16 Jan 2007 09:56:46 +0000 Subject: [PATCH] Name the YesNo field for public --- htdocs/adherents/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index d4d52d47d6d..a3d7aa6ceba 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -578,7 +578,7 @@ if ($action == 'edit') // Profil public print "".$langs->trans("Public")."\n"; - $htmls->select_YesNo($adh->public); + $htmls->select_YesNo($adh->public,"public"); print "\n"; print ''; @@ -685,7 +685,7 @@ if ($action == 'create') // Profil public print "".$langs->trans("Public")."\n"; - $htmls->select_YesNo($adh->public); + $htmls->select_YesNo($adh->public,"public"); print "\n";