| Anonymous | Login | Signup for a new account | 2010-09-08 18:04 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ << ] [ >> ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000057 | [WoW Raid Manager (WRM)] Calendar Issue | tweak | always | 2008-09-10 16:06 | 2008-10-08 14:23 | ||
| Reporter | crocodille | View Status | public | ||||
| Assigned To | douglasw | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | HEAD | ||||
| Summary | 0000057: The name of the month is not shown in the correct language | ||||||
| Description |
In the calender view the name of the month is not shown in the current language. This only applys to the $monthHead, the rest works fine. calendar.php (line 143): - $monthHead = date("F", $timestamp) . " " . date("Y", $timestamp); + $monthHead = $phprlang['month'.date("n", $timestamp)] . " " . date("Y", $timestamp); |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2008 Mantis Group |