From: Tim Starling Date: Wed, 19 Jul 2006 10:30:42 +0000 (+0000) Subject: rv vandalism X-Git-Tag: 1.31.0-rc.0~56184 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=cfc9c0ea9bcfd8b0ab030f3cb7d5e0c40ef036dd;p=lhc%2Fweb%2Fwiklou.git rv vandalism --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index c6003b7c8b..b529da0e05 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -789,7 +789,7 @@ class PreferencesForm { if ($dateopts) { $wgOut->addHTML( "
\n" . wfMsg( 'dateformat' ) . "\n" ); $idCnt = 0; - $epoch = '20010408091234'; + $epoch = '20010115161234'; # Wikipedia day foreach($dateopts as $key => $option) { if( $key == MW_DATE_DEFAULT ) { $formatted = wfMsgHtml( 'datedefault' );