mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix typo causing common::show_date to only work with default $adjust_to_usertime = true
This commit is contained in:
parent
9960468583
commit
55df2f5bb3
@ -1104,7 +1104,7 @@ class common
|
||||
{
|
||||
if (!$t) $t = 'now';
|
||||
|
||||
$ret = $adjust_to_usertime ? egw_time::server2user($t, $format) : egw_time::to($to, $format);
|
||||
$ret = $adjust_to_usertime ? egw_time::server2user($t, $format) : egw_time::to($t, $format);
|
||||
//error_log(__METHOD__.'('.array2string($t).", '$format', ".array2string($adjust_to_usertime).') returning '.array2string($ret));
|
||||
return $ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user