Bug fix sur le DOL_DOCUMENT_ROOT

This commit is contained in:
Rodolphe Quiedeville 2003-06-23 13:57:58 +00:00
parent 824bb94326
commit b2cba32a54

View File

@ -24,7 +24,7 @@
function propale_pdf_create($db, $facid)
{
$dir = $GLOBALS["DOCUMENT_ROOT"]."/includes/modules/propale/";
$dir = DOL_DOCUMENT_ROOT."/includes/modules/propale/";
if (defined("PROPALE_ADDON_PDF"))
{