Followup r65542, rm some unused vars
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Sep 2010 07:41:03 +0000 (07:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Sep 2010 07:41:03 +0000 (07:41 +0000)
includes/db/DatabasePostgres.php

index 99e9874..cb77de0 100644 (file)
@@ -1311,16 +1311,6 @@ SQL;
                        dieout( htmlspecialchars( $res ) );
                }
 
-               # Update version information
-               $mwv = $this->addQuotes( $wgVersion);
-               $pgv = $this->addQuotes( $this->getServerVersion() );
-               $pgu = $this->addQuotes( $this->mUser );
-               $mws = $this->addQuotes( $wgDBmwschema );
-               $tss = $this->addQuotes( $wgDBts2schema );
-               $pgp = $this->addQuotes( $wgDBport );
-               $dbn = $this->addQuotes( $this->mDBname );
-               $ctype = $this->addQuotes( pg_fetch_result( $this->doQuery( 'SHOW lc_ctype' ), 0, 0 ) );
-
                echo '<li>Populating interwiki table... ';
                # Avoid the non-standard "REPLACE INTO" syntax
                $f = fopen( "../maintenance/interwiki.sql", 'r' );