revert apparently accidental change to defaults in r18775
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 3 Jan 2007 07:10:17 +0000 (07:10 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 3 Jan 2007 07:10:17 +0000 (07:10 +0000)
includes/DefaultSettings.php

index 72f7dae..bef233b 100644 (file)
@@ -664,7 +664,7 @@ $wgDTD                              = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd';
 
 /** Enable to allow rewriting dates in page text.
  * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES */
-$wgUseDynamicDates  = true;
+$wgUseDynamicDates  = false;
 /** Enable dates like 'May 12' instead of '12 May', this only takes effect if
  * the interface is set to English
  */