r69970 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69969‎ | r69970 | r69971 >
Date:20:55, 26 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Followup r69909. This.. is.. no.. longer... a global!
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -229,7 +229,7 @@
230230
231231 function initial_setup($superuser, $password, $dbName) {
232232 // If this is the initial connection, setup the schema stuff and possibly create the user
233 - global $wgDBname, $wgDBuser, $wgDBpassword, $superuser, $wgDBmwschema, $wgDBts2schema;
 233+ global $wgDBname, $wgDBuser, $wgDBpassword, $wgDBmwschema, $wgDBts2schema;
234234
235235 print "<li>Checking the version of Postgres...";
236236 $version = $this->getServerVersion();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69909Kill $wgDBsuperuserplatonides21:02, 25 July 2010

Status & tagging log