From 4c93a60578917087a7092cdf50e8370e084f775c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 3 Sep 2003 12:28:46 +0000 Subject: [PATCH] small fix for formattime --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 36edf17152..d0684647b2 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -1463,7 +1463,7 @@ $h12 = $hour; } - if ($sec) + if ($sec !== '') { $sec = ":$sec"; }