1
0
Fork 0

UUID instead of GUID

This commit is contained in:
Michael 2018-09-26 20:03:46 +00:00
commit 60b0759b50
13 changed files with 40 additions and 47 deletions

View file

@ -108,7 +108,7 @@ EOT;
$arr = [];
$arr['guid'] = System::createGUID(32);
$arr['guid'] = System::UUID();
$arr['uri'] = $uri;
$arr['uid'] = $owner_uid;
$arr['contact-id'] = $contact['id'];