From 8913e9af3894f04cc062d7000a47e27e478e6384 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Oct 2004 21:52:50 +0000 Subject: [PATCH] Correction regression. --- 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 944b2693b5c..37e6637c59b 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -863,7 +863,7 @@ class Form */ function selectyesnonum($name,$value='') { - selectyesno($name,$value,1); + $this->selectyesno($name,$value,1); } /*