From 53bd5e7d3a827d7d92115790a70a35da1654a2b9 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 22 Oct 2005 17:30:44 +0000
Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20des=20droits=20sur=20le=20module?=
 =?UTF-8?q?=20user.=20Les=20modules=20"base"=20(requis)=20sont=20actifs=20?=
 =?UTF-8?q?par=20d=E9faut=20(a=20l'install)=20et=20non=20d=E9sactivables.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 htdocs/includes/modules/modUser.class.php | 3 +--
 htdocs/user.class.php                     | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/includes/modules/modUser.class.php b/htdocs/includes/modules/modUser.class.php
index 1ff87998a5c..7994772e3e1 100644
--- a/htdocs/includes/modules/modUser.class.php
+++ b/htdocs/includes/modules/modUser.class.php
@@ -17,7 +17,6 @@
  *
  * $Id$
  * $Source$
- *
  */
 
 /**
@@ -64,7 +63,7 @@ class modUser extends DolibarrModules
     $this->dirs = array();
 
     // Config pages
-    $this->config_page_url = "/user/admin/index.php";
+    // $this->config_page_url = "/user/admin/index.php";
 
     // D�pendances
     $this->depends = array();
diff --git a/htdocs/user.class.php b/htdocs/user.class.php
index 1fea5f8b0f2..df6fec9a15e 100644
--- a/htdocs/user.class.php
+++ b/htdocs/user.class.php
@@ -221,6 +221,7 @@ class User
 	 
     function addrights($rid,$allmodule='',$allperms='')
     {
+        dolibarr_syslog("User::addrights $rid, $allmodule, $allperms");
         $err=0;
         $whereforadd='';
         
-- 
GitLab