r93846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93845‎ | r93846 | r93847 >
Date:18:22, 3 August 2011
Author:aaron
Status:ok
Tags:
Comment:
Follow-up r93845: removed unused function
Modified paths:
  • /trunk/tools/mwmultiversion/multiversion/MWMultiVersion.php (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/multiversion/MWMultiVersion.php
@@ -179,14 +179,6 @@
180180 putenv( 'MW_DBNAME=' . $dbname );
181181 }
182182
183 - /*
184 - * Return a list of scripts that don't need a --wiki param (assume aawiki)
185 - * @return Array
186 - */
187 - private static function wikilessScripts() {
188 - return array( 'addwiki.php', 'nextJobDB.php' );
189 - }
190 -
191183 /**
192184 * Load the DB from the site and lang for this wiki
193185 * @param $site string

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93845* Pushed implicit --wiki=aawiki param code up to MWScript.php, which avoids p...aaron18:00, 3 August 2011

Status & tagging log