ajout d'un global $conf;

This commit is contained in:
poussin 2005-04-01 15:09:10 +00:00
parent 1afd3183c1
commit 96a2e6870d

View File

@ -50,6 +50,7 @@ class pdf_soleil extends ModelePDFFicheinter
*/
function write_pdf_file($id)
{
global $conf;
$fich = new Fichinter($this->db,"",$id);
if ($fich->fetch($id))