diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index aef22aa41c4..bf270c5c897 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,7 +95,7 @@ print ''; $cmonth = GETPOST("remonth")?GETPOST("remonth"):date("n", time()); $syear = GETPOST("reyear")?GETPOST("reyear"):date("Y", time()); -print ''; for ($month = 1 ; $month < 13 ; $month++) { if ($month == $cmonth) @@ -108,7 +108,7 @@ for ($month = 1 ; $month < 13 ; $month++) } } print ""; -print ''; for ($formyear = $syear - 2; $formyear < $syear +1 ; $formyear++) {