mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Infolog: Fix dates were shown in wrong timezone after saving
Not necessary to change times back as we changed $to_write, not $values
This commit is contained in:
parent
bcf211c93f
commit
f32d445f9e
@ -1083,12 +1083,7 @@ class infolog_bo
|
||||
{
|
||||
$values['info_from'] = '';
|
||||
}
|
||||
|
||||
// Change new values back to user time before sending them back
|
||||
if($user2server)
|
||||
{
|
||||
$this->time2time($values);
|
||||
}
|
||||
|
||||
// merge changes (keeping extra values from the UI)
|
||||
$values_in = array_merge($values_in, $values);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user