http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74136
Revision: 74136
Author: ialex
Date: 2010-10-02 08:31:55 +0000 (Sat, 02 Oct 2010)
Log Message:
-----------
removed some unused variables
Modified Paths:
--------------
trunk/phase3/includes/db/DatabaseMssql.php
Modified: trunk/phase3/includes/db/DatabaseMssql.php
===================================================================
--- trunk/phase3/includes/db/DatabaseMssql.php 2010-10-02 08:30:03 UTC (rev
74135)
+++ trunk/phase3/includes/db/DatabaseMssql.php 2010-10-02 08:31:55 UTC (rev
74136)
@@ -836,13 +836,6 @@
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 ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs