Fix: On cre le rep des graph banque si n'existe pas.

This commit is contained in:
Laurent Destailleur 2006-08-13 19:30:05 +00:00
parent 8d2b289619
commit 20b93dbc13

View File

@ -50,6 +50,10 @@ if ($account > 0)
$acct = new Account($db);
$acct->fetch($account);
create_exdir($conf->banque->dir_images);
// Definition de $width et $height
$width = 700;
$height = 200;