Affichage erreur si FAC_OUTPUT_DIR non dfinit !

This commit is contained in:
Rodolphe Quiedeville 2003-06-22 10:22:20 +00:00
parent 60f6b0781f
commit 2f2c1d8924

View File

@ -266,6 +266,10 @@ Class pdf_tourteau {
}
}
else
{
print "FAC_OUTPUTDIR non définit !";
}
}
}