From 20b93dbc1311e3730f35da7a88e0ea956c3ee881 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Aug 2006 19:30:05 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20On=20cr=E9e=20le=20rep=20des=20graph=20b?= =?UTF-8?q?anque=20si=20n'existe=20pas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/graph.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index c560719f71b..c81444dc4f5 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -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;