mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
remove unusual and unnecessary "EGw-...-wGE" prefix/postfix from etag and ctag
This commit is contained in:
parent
897bef41f6
commit
fe05746b11
@ -1074,7 +1074,7 @@ class infolog_bo
|
||||
|
||||
$entry = array_shift($result);
|
||||
|
||||
return 'EGw-'.$entry['info_datemodified'].'-wGE';
|
||||
return $entry['info_datemodified'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user