standardization, internationalisation

This commit is contained in:
Philippe GRAND 2021-02-09 14:06:22 +01:00
parent 4840fa8214
commit fff2c1fbac

View File

@ -54,12 +54,12 @@ class ModelePDFLabels
global $conf; global $conf;
$type = 'members_labels'; $type = 'members_labels';
$liste = array(); $list = array();
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$liste = getListOfModels($db, $type, $maxfilenamelength); $list = getListOfModels($db, $type, $maxfilenamelength);
return $liste; return $list;
} }
} }