From a41dfb8437cb6ff073b65f13ecf4b9588a1e363f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Aug 2005 10:09:45 +0000 Subject: [PATCH] Bugfix --- htdocs/compta/bank/graph.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 270ab958b95..b16972cb9b8 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -55,23 +55,6 @@ if ($account > 0) print ''; - print ''; - - if ($month == 1) - { - $monthprev = "12"; - $yearprev = $year - 1; - } - else - { - $monthprev = substr("00".($month - 1), -2) ; - $yearprev = $year ; - } - - $file = "solde.$account.$yearprev.png"; - - print ''; - print ''; } ?>