* $wgRCSeconds removed (it's been deprecated for some time, old ghosts around)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 4 May 2005 20:43:56 +0000 (20:43 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 4 May 2005 20:43:56 +0000 (20:43 +0000)
includes/DefaultSettings.php
includes/SpecialSitesettings.php

index 2fb94b9..c34a8c5 100644 (file)
@@ -900,9 +900,6 @@ if( !isset( $wgCommandLineMode ) ) {
 # Recent changes settings
 #
 
-/** Show seconds in Recent Changes */
-$wgRCSeconds = false;
-
 /** Log IP addresses in the recentchanges table */
 $wgPutIPinRC = false;
 
index 87f5559..6c07915 100644 (file)
@@ -68,7 +68,6 @@ class SiteSettingsForm extends HTMLForm {
                        $this->textbox( 'wgSiteSupportPage' ) .
                        $this->textbox( 'wgSiteNotice' ) .
                        $this->checkbox( 'wgDisableAnonTalk' ).
-                       $this->checkbox( 'wgRCSeconds' ) .
                        $this->checkbox( 'wgCapitalLinks' ).
                        $this->checkbox( 'wgShowCreditsIfMax' ) .
                        $this->textbox( 'wgMaxCredits' ).