From 6817c31aeda0d6716d7387c458ed8c2d334ec19e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Feb 2010 19:06:32 +0000 Subject: [PATCH] Fix: Bad link --- htdocs/compta/bank/graph.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php index 442f49d1433..c34fde7d34d 100644 --- a/htdocs/compta/bank/graph.php +++ b/htdocs/compta/bank/graph.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -815,7 +815,7 @@ if ($mode == 'standard') if ($nextmonth > 12) { $nextmonth=1; $nextyear++; } // For month - $lien="".img_previous()." ".$langs->trans("Month")." ".img_next().""; + $lien="".img_previous()." ".$langs->trans("Month")." ".img_next().""; print ''.$lien.''; print ''; @@ -829,7 +829,7 @@ if ($mode == 'standard') // For year $prevyear=$year-1;$nextyear=$year+1; - $lien="".img_previous()." ".$langs->trans("Year")." ".img_next().""; + $lien="".img_previous()." ".$langs->trans("Year")." ".img_next().""; print ''.$lien.''; print '';