From: Ævar Arnfjörð Bjarmason Date: Wed, 4 May 2005 20:43:56 +0000 (+0000) Subject: * $wgRCSeconds removed (it's been deprecated for some time, old ghosts around) X-Git-Tag: 1.5.0alpha2~313 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2b1f09ec1717588eb887a0e66f7f81cf5e0c1faa;p=lhc%2Fweb%2Fwiklou.git * $wgRCSeconds removed (it's been deprecated for some time, old ghosts around) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2fb94b98be..c34a8c5f1f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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; diff --git a/includes/SpecialSitesettings.php b/includes/SpecialSitesettings.php index 87f5559bef..6c07915434 100644 --- a/includes/SpecialSitesettings.php +++ b/includes/SpecialSitesettings.php @@ -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' ).