mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
"removed postfix from etag, was there only for some testing, but was forgotten"
This commit is contained in:
parent
44c3c3f75a
commit
6777a093bf
@ -343,7 +343,7 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
ksort($entry['participants']); // create a defined order
|
ksort($entry['participants']); // create a defined order
|
||||||
$etag .= ':'.md5(serialize($entry['participants']));
|
$etag .= ':'.md5(serialize($entry['participants']));
|
||||||
//error_log(__METHOD__."($entry[id] ($entry[etag]): $entry[title] --> etag=$etag");
|
//error_log(__METHOD__."($entry[id] ($entry[etag]): $entry[title] --> etag=$etag");
|
||||||
return $etag.'x';
|
return $etag;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user