Update html.form.class.php
This commit is contained in:
parent
e49f2bc562
commit
90b85c1106
@ -3722,6 +3722,7 @@ class Form
|
||||
function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=500)
|
||||
{
|
||||
// phpcs:enable
|
||||
dol_syslog(__METHOD__ . ': using form_confirm is deprecated. Use formconfim instead.', LOG_WARNING);
|
||||
print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax, $height, $width);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user