瀏覽代碼

left_main.php requires 24hr clock update too

jangliss 20 年之前
父節點
當前提交
df38d45894
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/left_main.php

+ 2 - 2
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);
 
 ?>
 </td></tr></table>
-</body></html>
+</body></html>