mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"small fix to display eg. 0h32 correct"
This commit is contained in:
parent
23e964e6dd
commit
389b6d0a7c
@ -177,7 +177,7 @@
|
||||
);
|
||||
for ($str='',$n = substr($type,-4) == 'only' ? 3 : 0; $n < count($format); ++$n)
|
||||
{
|
||||
if ((string) $value[$format[$n]] !== '')
|
||||
if ($value[$format[$n]] && $n < 3 || $n >= 3 && ($value[$format[3]] || $value[$format[4]]))
|
||||
{
|
||||
if (!$n && $options & 16 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user