From 87d951afb79181927ab02ed250851d1ae25be3f2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 5 May 2004 09:37:04 +0000 Subject: [PATCH] Utilise l'id egouprware du user --- htdocs/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 0e9128b8d3d..ec19e0868ff 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -156,7 +156,7 @@ class Contact $info["phpgwContactTypeId"] = 'n'; $info["phpgwContactCatId"] = 0; $info["phpgwContactAccess"] = "public"; - $info["phpgwContactOwner"] = 7; + $info["phpgwContactOwner"] = $user->egroupware_id; $info["givenName"] = $info["sn"]; if ($this->phone_mobile)