From 3208c2a52ba300e5fa0ee4b73df7eb0611f8fb8e Mon Sep 17 00:00:00 2001 From: jangliss Date: Wed, 26 Jan 2005 16:58:15 +0000 Subject: [PATCH] left_main.php requires 24hr clock update too git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8707 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index f4b909de..c027830b 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -972,7 +972,7 @@ echo "\n\n" . html_tag( 'table', '', 'left', '', 'border="0" cellspacing="0" cel if ($date_format != 6) { /* First, display the clock. */ if ($hour_format == 1) { - $hr = 'G:i'; + $hr = 'H:i'; if ($date_format == 4) { $hr .= ':s'; } @@ -1121,4 +1121,4 @@ sqimap_logout($imapConnection); ?> - \ No newline at end of file + -- 2.25.1