This commit is contained in:
Laurent Destailleur 2011-02-20 19:01:24 +00:00
parent b8a6699aea
commit bd5d31af13

View File

@ -1016,7 +1016,7 @@ function getListOfModels($db,$type)
$obj = $db->fetch_object($resql);
// If this generation module needs to scan a directory, then description field is filled
// with the constant that contains list of directories to scan.
// with the constant that contains list of directories to scan (COMPANY_ADDON_PDF_ODT_PATH, ...).
if (! empty($obj->description)) // List of directories to scan is defined
{
$const=$obj->description;