From: Chad Horohoe Date: Wed, 15 Sep 2010 07:41:03 +0000 (+0000) Subject: Followup r65542, rm some unused vars X-Git-Tag: 1.31.0-rc.0~34916 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=14aaf4d1febd86b4011f32444a868db17a26b521;p=lhc%2Fweb%2Fwiklou.git Followup r65542, rm some unused vars --- 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' );