Update html.form.class.php

This commit is contained in:
Laurent Destailleur 2021-02-11 20:10:15 +01:00 committed by GitHub
parent 72bfa81082
commit e37a4be1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6300,7 +6300,7 @@ class Form
*/
public function selectForFormsList($objecttmp, $htmlname, $preselectedvalue, $showempty = '', $searchkey = '', $placeholder = '', $morecss = '', $moreparams = '', $forcecombo = 0, $outputmode = 0, $disabled = 0)
{
global $conf, $langs, $user,$hookmanager;
global $conf, $langs, $user, $hookmanager;
//print "$objecttmp->filter, $htmlname, $preselectedvalue, $showempty = '', $searchkey = '', $placeholder = '', $morecss = '', $moreparams = '', $forcecombo = 0, $outputmode = 0, $disabled";