From 7210f10c74e09b4e9d466e7f7001c3531a51c3c8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 12 Feb 2005 17:24:22 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20de=20la=20lecture=20des=20permissions?= =?UTF-8?q?=20qui=20=E9tait=20trop=20restrictive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index baad6768219..39739e46c72 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -21,15 +21,16 @@ * */ -/** \file htdocs/compta/index.php - \ingroup compta - \brief Page accueil zone comptabilité - \version $Revision$ +/** + \file htdocs/compta/index.php + \ingroup compta + \brief Page accueil zone comptabilité + \version $Revision$ */ require("./pre.inc.php"); -$user->getrights('banque'); +$user->getrights(); // On a besoin des permissions sur plusieurs modules $langs->load("compta");