From: Chad Horohoe Date: Thu, 20 Jan 2011 01:20:27 +0000 (+0000) Subject: Rm unused assignment of $wgOut. $wgOut needs to be gone from Database code. X-Git-Tag: 1.31.0-rc.0~32466 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=ccbdad9bd42436d0274bf86e984ed4db039bc1cc;p=lhc%2Fweb%2Fwiklou.git Rm unused assignment of $wgOut. $wgOut needs to be gone from Database code. --- diff --git a/includes/db/DatabaseIbm_db2.php b/includes/db/DatabaseIbm_db2.php index 3c9ab4dc70..ad2862eedc 100644 --- a/includes/db/DatabaseIbm_db2.php +++ b/includes/db/DatabaseIbm_db2.php @@ -114,7 +114,7 @@ class DatabaseIbm_db2 extends DatabaseBase { protected $mPHPError = false; protected $mServer, $mUser, $mPassword, $mConn = null, $mDBname; - protected $mOut, $mOpened = false; + protected $mOpened = false; protected $mTablePrefix; protected $mFlags; @@ -270,7 +270,6 @@ class DatabaseIbm_db2 extends DatabaseBase { if ( !isset( $wgOut ) ) { $wgOut = null; } - $this->mOut =& $wgOut; $this->mFlags = DBO_TRX | $flags; if ( $schema == self::USE_GLOBAL ) {