remove unusual and unnecessary "EGw-...-wGE" prefix/postfix from etag and ctag

This commit is contained in:
Ralf Becker 2011-10-11 17:30:15 +00:00
parent 897bef41f6
commit fe05746b11

View File

@ -1074,7 +1074,7 @@ class infolog_bo
$entry = array_shift($result); $entry = array_shift($result);
return 'EGw-'.$entry['info_datemodified'].'-wGE'; return $entry['info_datemodified'];
} }
/** /**