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