From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 08:31:55 +0000 (+0000) Subject: removed some unused variables X-Git-Tag: 1.31.0-rc.0~34680 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=7ce38e5006e06140de78eb875d7d943abc9d32c2;p=lhc%2Fweb%2Fwiklou.git removed some unused variables --- diff --git a/includes/db/DatabaseMssql.php b/includes/db/DatabaseMssql.php index 0681952a1f..38c95a951a 100644 --- a/includes/db/DatabaseMssql.php +++ b/includes/db/DatabaseMssql.php @@ -836,13 +836,6 @@ class DatabaseMssql extends DatabaseBase { dieout( htmlspecialchars( $res ) ); } - # # Update version information - $mwv = $this->addQuotes( $wgVersion ); - $pgv = $this->addQuotes( $this->getServerVersion() ); - $pgu = $this->addQuotes( $this->mUser ); - $pgp = $this->addQuotes( $wgDBport ); - $dbn = $this->addQuotes( $this->mDBname ); - # # Avoid the non-standard "REPLACE INTO" syntax $f = fopen( "../maintenance/interwiki.sql", 'r' ); if ( $f == false ) {