standardization, internationalisation

This commit is contained in:
Philippe GRAND 2021-02-09 14:10:07 +01:00
parent ef3e7fa65a
commit f47d5e6a69

View File

@ -56,12 +56,12 @@ abstract class ModelePDFPropales extends CommonDocGenerator
global $conf;
$type = 'propal';
$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;
}
}