Utilise l'id egouprware du user

This commit is contained in:
Rodolphe Quiedeville 2004-05-05 09:37:04 +00:00
parent 4d322d8741
commit 87d951afb7

View File

@ -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)