Works on canvas integration in third party module

This commit is contained in:
Regis Houssin 2010-09-01 07:55:26 +00:00
parent 283ac96e5a
commit 78cd38639f

View File

@ -1800,9 +1800,7 @@ class Form
* @return string 'ajax' if a confirm ajax popup is shown, 'html' if it's an html form * @return string 'ajax' if a confirm ajax popup is shown, 'html' if it's an html form
*/ */
function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0) function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0)
{ {
global $langs,$conf;
print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax); print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax);
} }