From 468d79e8c411664fbb874bb5cb534629aa9b7cb8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Feb 2011 16:57:21 +0000 Subject: [PATCH] Fix: Bad url param --- htdocs/compta/bank/graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 80d0dcfc1f5..20e5aa0b1f3 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -846,7 +846,7 @@ if ($mode == 'showalltime') { print ''; $file = "balance".$account.".png"; - print ''; + print ''; print ''; }