http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73059
Revision: 73059
Author: demon
Date: 2010-09-15 07:41:03 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
Followup r65542, rm some unused vars
Modified Paths:
--------------
trunk/phase3/includes/db/DatabasePostgres.php
Modified: trunk/phase3/includes/db/DatabasePostgres.php
===================================================================
--- trunk/phase3/includes/db/DatabasePostgres.php 2010-09-15 07:31:23 UTC
(rev 73058)
+++ trunk/phase3/includes/db/DatabasePostgres.php 2010-09-15 07:41:03 UTC
(rev 73059)
@@ -1311,16 +1311,6 @@
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' );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs