left_main.php requires 24hr clock update too
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Jan 2005 16:58:15 +0000 (16:58 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Jan 2005 16:58:15 +0000 (16:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8707 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index f4b909dea2cd606a7d3e85eea5d1f6768a737996..c027830b2199bb689d00abeef2ea9218d1ce5f7f 100644 (file)
@@ -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);
 
 ?>
 </td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>