From ccbdad9bd42436d0274bf86e984ed4db039bc1cc Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 20 Jan 2011 01:20:27 +0000 Subject: [PATCH] Rm unused assignment of $wgOut. $wgOut needs to be gone from Database code. --- includes/db/DatabaseIbm_db2.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) { -- 2.20.1