1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-08-14 10:28:31 +02:00

small fix for formattime

This commit is contained in:
Ralf Becker
2003-09-03 12:28:46 +00:00
parent 922a4331a7
commit 4c93a60578

@ -1463,7 +1463,7 @@
$h12 = $hour; $h12 = $hour;
} }
if ($sec) if ($sec !== '')
{ {
$sec = ":$sec"; $sec = ":$sec";
} }