From: Gabriel Wicke Date: Wed, 28 Jul 2004 11:28:06 +0000 (+0000) Subject: accidentially committed default setting change reverted X-Git-Tag: 1.5.0alpha1~2581 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=52e342feac13ed8739c19c7ae99fdd026504955c;p=lhc%2Fweb%2Fwiklou.git accidentially committed default setting change reverted --- diff --git a/languages/Language.php b/languages/Language.php index f296cacf4e..3343edfdcc 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -45,12 +45,12 @@ if($wgMetaNamespace === FALSE) ); /* private */ $wgDefaultUserOptionsEn = array( - 'quickbar' => 1, 'underline' => 0, 'hover' => 1, + 'quickbar' => 1, 'underline' => 1, 'hover' => 1, 'cols' => 80, 'rows' => 25, 'searchlimit' => 20, 'contextlines' => 5, 'contextchars' => 50, 'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50, 'highlightbroken' => 1, 'stubthreshold' => 0, - 'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>1, 'showtoc'=>1, + 'previewontop' => 1, 'editsection'=>1,'editsectiononrightclick'=>0, 'showtoc'=>1, 'showtoolbar' =>1, 'date' => 0 );