From 3207ac07abd6812c386cf756a2d9ad4fca2a74f3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 23 Mar 2003 14:47:25 +0000 Subject: [PATCH] Ajout d'un champs dans le fetch --- htdocs/user.class.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/user.class.php3 b/htdocs/user.class.php3 index 688bcdd8ece..cf7adec72a8 100644 --- a/htdocs/user.class.php3 +++ b/htdocs/user.class.php3 @@ -94,6 +94,7 @@ class User { $this->pass = $obj->pass; $this->webcal_login = $obj->webcal_login; + $this->societe_id = $obj->fk_societe; } $this->db->free();