From 4cc227ab45389bbac0b48e01ad6d02878a3c4740 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 12 Sep 2003 13:00:02 +0000 Subject: [PATCH] Modif form_confirm --- htdocs/html.form.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 9b6c192933e..e4890300695 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -36,16 +36,14 @@ class Form { * * */ - Function form_confirm($page, $title, $question) + Function form_confirm($page, $title, $question, $action) { print '
'; - print ''; + print ''; print ''; - print ''; print '
'.$title.'
'.$question.''; - $htmls = new Form($db); $this->selectyesno("confirm","no");