Index: branches/stable/phase3/includes/DefaultSettings.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | # as eg 'May 12' instead of '12 May' |
50 | 50 | $wgLocalInterwiki = "w"; |
51 | 51 | $wgShowIPinHeader = true; # For non-logged in users |
52 | | -$wgUseDynamicDates = true; # Allows the user to pick their preferred date format |
| 52 | +$wgUseDynamicDates = false; # Allows the user to pick their preferred date format |
53 | 53 | |
54 | 54 | # Miscellaneous configuration settings |
55 | 55 | # |