Fix: The tmp dir is dir_temp and not dir_tmp

This commit is contained in:
Laurent Destailleur 2009-04-29 22:15:47 +00:00
parent 7ccbf8f20c
commit 113a15828c
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ $patterns = array (
);
$dir = $conf->adherent->dir_tmp;
$dir = $conf->adherent->dir_temp;
$file = $dir . "/tmpcard.pdf";
if (! file_exists($dir))

View File

@ -31,7 +31,7 @@ require_once(DOL_DOCUMENT_ROOT."/adherents/adherent.class.php");
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/member/PDF_card.class.php');
$dir = $conf->adherent->dir_tmp;
$dir = $conf->adherent->dir_temp;
$file = $dir . "/tmplabel.pdf";
if (! file_exists($dir))