http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73214

Revision: 73214
Author:   platonides
Date:     2010-09-17 15:07:07 +0000 (Fri, 17 Sep 2010)

Log Message:
-----------
Unused globals.

Modified Paths:
--------------
    trunk/phase3/includes/db/DatabasePostgres.php

Modified: trunk/phase3/includes/db/DatabasePostgres.php
===================================================================
--- trunk/phase3/includes/db/DatabasePostgres.php       2010-09-17 14:27:57 UTC 
(rev 73213)
+++ trunk/phase3/includes/db/DatabasePostgres.php       2010-09-17 15:07:07 UTC 
(rev 73214)
@@ -1283,7 +1283,7 @@
        }
 
        function setup_database() {
-               global $wgVersion, $wgDBmwschema, $wgDBts2schema, $wgDBport, 
$wgDBuser;
+               global $wgDBmwschema, $wgDBuser;
 
                // Make sure that we can write to the correct schema
                // If not, Postgres will happily and silently go to the next 
search_path item



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to