diff --git a/htdocs/compta/charges.php b/htdocs/compta/charges.php index 017790fb5c1..6699c0b0178 100644 --- a/htdocs/compta/charges.php +++ b/htdocs/compta/charges.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004-2005 Laurent Destailleur * * $Id$ * $Source$ @@ -17,10 +18,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * */ -/*! \file htdocs/compta/charges.php +/** + \file htdocs/compta/charges.php \ingroup compta \brief Page liste des charges sociales \version $Revision$ @@ -92,5 +93,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php index 4b360e412d7..5e9f57d342a 100644 --- a/htdocs/compta/charges/index.php +++ b/htdocs/compta/charges/index.php @@ -30,6 +30,7 @@ require("./pre.inc.php"); $user->getrights('compta'); +$user->getrights('tax'); if (!$user->admin && !$user->rights->tax->charges->lire) accessforbidden(); @@ -127,5 +128,5 @@ print "
"; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index 90a773e8989..da9531c5157 100755 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2006 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 @@ -17,7 +17,6 @@ * * $Id$ * $Source$ - * */ /** @@ -329,5 +328,5 @@ if ($_GET["action"] == 'create') $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>