From 8576956e31af34d3285d2a51bc9904d816519d55 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Oct 2004 09:30:02 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20permissions=20User,=20Penser=20=E0=20r?= =?UTF-8?q?=E9=E9crire=20ce=20module=20de=20permissions=20un=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/user.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 68bea06ecb0..84688d65de1 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -449,7 +449,10 @@ class User $this->rights->telephonie->lire = 1; if ($obj->fk_id == 142) - $this->rights->telephonie->modifier = 1; + $this->rights->telephonie->ligne_commander = 1; + + if ($obj->fk_id == 143) + $this->rights->telephonie->ligne_activer = 1; }