Add the guid to items that we create locally

This commit is contained in:
Michael Vogel
2016-03-20 15:01:50 +01:00
committed by Roland Haeder
parent 6786da1049
commit 5a90f865ed
8 changed files with 16 additions and 8 deletions

View File

@@ -194,6 +194,7 @@ EOT;
$arr = array();
$arr['guid'] = get_guid(32);
$arr['uri'] = $uri;
$arr['uid'] = $owner_uid;
$arr['contact-id'] = $contact['id'];