From: Niklas Laxström Date: Fri, 19 Aug 2005 00:01:26 +0000 (+0000) Subject: Push up the date format options limit a little for language Sr, language of choiches X-Git-Tag: 1.6.0~1894 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=95dd11702fe21bc0fc7cf1072e71f45d7dabc541;p=lhc%2Fweb%2Fwiklou.git Push up the date format options limit a little for language Sr, language of choiches --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index effb1a0ebc..822adcab22 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -226,7 +226,7 @@ class PreferencesForm { if( $wgUseTeX ) { $wgUser->setOption( 'math', $this->mMath ); } - $wgUser->setOption( 'date', $this->validateDate( $this->mDate, 0, 10 ) ); + $wgUser->setOption( 'date', $this->validateDate( $this->mDate, 0, 20 ) ); $wgUser->setOption( 'searchlimit', $this->validateIntOrNull( $this->mSearch ) ); $wgUser->setOption( 'contextlines', $this->validateIntOrNull( $this->mSearchLines ) ); $wgUser->setOption( 'contextchars', $this->validateIntOrNull( $this->mSearchChars ) );