From 3fd58149e8b8b246d1c70e82772b04bc865ed5ce Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 29 Jun 2002 03:33:02 +0000 Subject: [PATCH] GNU Patch #376. --- calendar/inc/class.bocalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index 8a3712ede5..1ddee25f46 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -180,7 +180,7 @@ if ($this->prefs['common']['timeformat'] == '12') { - $this->users_timeformat = 'h:i a'; + $this->users_timeformat = 'h:ia'; } else {