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

@ -240,7 +240,7 @@ function item_post(App $a) {
$emailcc = notags(trim(defaults($_REQUEST, 'emailcc' , '')));
$body = escape_tags(trim(defaults($_REQUEST, 'body' , '')));
$network = notags(trim(defaults($_REQUEST, 'network' , Protocol::DFRN)));
$guid = System::createGUID(32);
$guid = System::UUID();
$postopts = defaults($_REQUEST, 'postopts', '');