standardization, internationalisation
This commit is contained in:
parent
182563329f
commit
8fd7d3e586
@ -58,10 +58,10 @@ abstract class ModelePDFUser extends CommonDocGenerator
|
||||
global $conf;
|
||||
|
||||
$type = 'user';
|
||||
$liste = array();
|
||||
$list = array();
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
|
||||
$liste = getListOfModels($db, $type, $maxfilenamelength);
|
||||
return $liste;
|
||||
$list = getListOfModels($db, $type, $maxfilenamelength);
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user