From 14aaf4d1febd86b4011f32444a868db17a26b521 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 15 Sep 2010 07:41:03 +0000 Subject: [PATCH] Followup r65542, rm some unused vars --- includes/db/DatabasePostgres.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 99e98746e4..cb77de0017 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -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 '
  • Populating interwiki table... '; # Avoid the non-standard "REPLACE INTO" syntax $f = fopen( "../maintenance/interwiki.sql", 'r' ); -- 2.20.1