standardization, internationalisation
This commit is contained in:
parent
ee50cee862
commit
2fc6d76029
@ -106,12 +106,12 @@ abstract class ModelePDFProjects extends CommonDocGenerator
|
||||
global $conf;
|
||||
|
||||
$type = 'project';
|
||||
$liste = array();
|
||||
$list = array();
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
|
||||
$liste = getListOfModels($db, $type, $maxfilenamelength);
|
||||
$list = getListOfModels($db, $type, $maxfilenamelength);
|
||||
|
||||
return $liste;
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user