From f70496ef3ff171787b6027ba90a26a263a401135 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 1 Mar 2006 13:02:29 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20mis=20en=20commentaire=20un=20"return"?= =?UTF-8?q?=20car=20il=20affichait=20le=20r=E9sultat=20=E0=20l'=E9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6490f2bd4b9..69f480bd202 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -474,7 +474,7 @@ class Form } } if ($htmlname != 'none') print ''; - return 1; + // return 1; // affiche 1 à l'écran ! } else {