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");