From 8fe4989ab4385c66a7eed25eec2e184c528e37ef Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 24 Nov 2004 10:49:32 +0000 Subject: [PATCH] Inversion du test qui buggait dans selectyesno --- htdocs/html.form.class.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 37e6637c59b..d834cf1fef0 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -840,19 +840,19 @@ class Form $yes="yes"; $no="no"; if ($option) { $yes="1"; $no="0"; } - + print ''; }