forked from extern/egroupware
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