Fix type
This commit is contained in:
parent
9f5e44c568
commit
08ca85e995
@ -6512,7 +6512,7 @@ class Form
|
|||||||
* @param int $useempty 1=Add empty line
|
* @param int $useempty 1=Add empty line
|
||||||
* @return string See option
|
* @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;
|
global $langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user