This commit is contained in:
Laurent Destailleur 2018-10-08 02:19:32 +02:00
parent 9f5e44c568
commit 08ca85e995

View File

@ -6512,7 +6512,7 @@ class Form
* @param int $useempty 1=Add empty line
* @return string See option
*/
function selectyesno($htmlname, $value='', $option=0, $disabled=false, $useempty='')
function selectyesno($htmlname, $value='', $option=0, $disabled=false, $useempty=0)
{
global $langs;