From 019f8d1a22442062ce3f20fa7b293d2247a7af31 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 5 May 2004 09:38:03 +0000 Subject: [PATCH] Utilise l'id egroupware --- htdocs/user.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 171037dfa71..dbfb38709b3 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -1,5 +1,5 @@ +/* Copyright (c) 2002-2004 Rodolphe Quiedeville * Copyright (c) 2002-2003 Jean-Louis Bergamo * * This program is free software; you can redistribute it and/or modify @@ -413,6 +413,7 @@ class User $this->webcal_login = $obj->webcal_login; $this->societe_id = $obj->fk_societe; + $this->egroupware_id = $obj->egroupware_id; } $this->db->free();