From 8e9dc26cefb2a1a075d534d891d31526861fb6bc Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 30 Apr 2007 11:01:10 +0000 Subject: [PATCH] Fix: les fonctions "select_YesNo", "selectyesno" et "selectyesnonum" requiere dorenavent un print --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 62828477e3f..835141d09f8 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1701,7 +1701,7 @@ class Form print ''; print ''.$question.''; print ''; - $this->selectyesno("confirm","no"); + print $this->selectyesno("confirm","no"); print ''; print ''; print '';