mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
small fix for formattime
This commit is contained in:
parent
922a4331a7
commit
4c93a60578
@ -1463,7 +1463,7 @@
|
||||
$h12 = $hour;
|
||||
}
|
||||
|
||||
if ($sec)
|
||||
if ($sec !== '')
|
||||
{
|
||||
$sec = ":$sec";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user