r81135 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81134‎ | r81135 | r81136 >
Date:15:42, 28 January 2011
Author:demon
Status:ok
Tags:
Comment:
goodNames isn't used anymore
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -592,7 +592,6 @@
593593 global $wgLang;
594594
595595 $compiledDBs = array();
596 - $goodNames = array();
597596 $allNames = array();
598597
599598 foreach ( self::getDBTypes() as $name ) {
@@ -601,9 +600,7 @@
602601
603602 if ( $db->isCompiled() ) {
604603 $compiledDBs[] = $name;
605 - $goodNames[] = $readableName;
606604 }
607 -
608605 $allNames[] = $readableName;
609606 }
610607

Status & tagging log