From 7818dbee1eca9936bcb34ee502627b2a6ff362df Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 11 Apr 2006 07:52:05 +0000 Subject: [PATCH] Remove obsolete hacks; Language.php no longer has to be loaded for Names.php --- config/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/index.php b/config/index.php index 736538b486..258ce36552 100644 --- a/config/index.php +++ b/config/index.php @@ -1373,9 +1373,6 @@ function aField( &$conf, $field, $text, $type = "text", $value = "" ) { function getLanguageList() { global $wgLanguageNames; if( !isset( $wgLanguageNames ) ) { - $wgContLanguageCode = "xxx"; - function wfLocalUrl( $x ) { return $x; } - function wfLocalUrlE( $x ) { return $x; } require_once( "languages/Names.php" ); } -- 2.20.1