Qual: Missing method argument
This commit is contained in:
parent
0ca5a46345
commit
32ad4461b8
@ -1095,9 +1095,10 @@ class FormOther
|
|||||||
* @param string $labelfield Label field
|
* @param string $labelfield Label field
|
||||||
* @param string $selected Selected value
|
* @param string $selected Selected value
|
||||||
* @param int $useempty 1=Add an empty value in list, 2=Add an empty value in list only if there is more than 2 entries.
|
* @param int $useempty 1=Add an empty value in list, 2=Add an empty value in list only if there is more than 2 entries.
|
||||||
|
* @param string $moreattrib More attributes on HTML select tag
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function select_dictionary($htmlname,$dictionarytable,$keyfield='code',$labelfield='label',$selected='',$useempty=0)
|
function select_dictionary($htmlname,$dictionarytable,$keyfield='code',$labelfield='label',$selected='',$useempty=0,$moreattrib='')
|
||||||
{
|
{
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user