Index: trunk/phase3/includes/db/DatabaseIbm_db2.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | protected $mPHPError = false; |
116 | 116 | |
117 | 117 | protected $mServer, $mUser, $mPassword, $mConn = null, $mDBname; |
118 | | - protected $mOut, $mOpened = false; |
| 118 | + protected $mOpened = false; |
119 | 119 | |
120 | 120 | protected $mTablePrefix; |
121 | 121 | protected $mFlags; |
— | — | @@ -270,7 +270,6 @@ |
271 | 271 | if ( !isset( $wgOut ) ) { |
272 | 272 | $wgOut = null; |
273 | 273 | } |
274 | | - $this->mOut =& $wgOut; |
275 | 274 | $this->mFlags = DBO_TRX | $flags; |
276 | 275 | |
277 | 276 | if ( $schema == self::USE_GLOBAL ) { |