From: Chad Horohoe Date: Fri, 28 Jan 2011 15:42:55 +0000 (+0000) Subject: goodNames isn't used anymore X-Git-Tag: 1.31.0-rc.0~32324 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5d0468505b3d58b968ec6a7be399a69adc24d452;p=lhc%2Fweb%2Fwiklou.git goodNames isn't used anymore --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 3e571f5c46..ceb8e98040 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -592,7 +592,6 @@ abstract class Installer { global $wgLang; $compiledDBs = array(); - $goodNames = array(); $allNames = array(); foreach ( self::getDBTypes() as $name ) { @@ -601,9 +600,7 @@ abstract class Installer { if ( $db->isCompiled() ) { $compiledDBs[] = $name; - $goodNames[] = $readableName; } - $allNames[] = $readableName; }