r73214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73213‎ | r73214 | r73215 >
Date:15:07, 17 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Unused globals.
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -1283,7 +1283,7 @@
12841284 }
12851285
12861286 function setup_database() {
1287 - global $wgVersion, $wgDBmwschema, $wgDBts2schema, $wgDBport, $wgDBuser;
 1287+ global $wgDBmwschema, $wgDBuser;
12881288
12891289 // Make sure that we can write to the correct schema
12901290 // If not, Postgres will happily and silently go to the next search_path item

Status & tagging log