mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
small fix for formattime
This commit is contained in:
@ -1463,7 +1463,7 @@
|
||||
$h12 = $hour;
|
||||
}
|
||||
|
||||
if ($sec)
|
||||
if ($sec !== '')
|
||||
{
|
||||
$sec = ":$sec";
|
||||
}
|
||||
|
Reference in New Issue
Block a user