From bb9f128540b568293d2a26e8c628769729466c43 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Feb 2011 16:57:37 +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 ''; }