r86196 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86195‎ | r86196 | r86197 >
Date:11:22, 16 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix $row = $row = $.... and unused variable from r85885
Modified paths:
  • /trunk/phase3/includes/installer/Ibm_db2Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Ibm_db2Installer.php
@@ -214,8 +214,7 @@
215215 $status->fatal( 'config-connection-error', '' );
216216 }
217217 else {
218 - $nRows = $this->db->numRows( $result );
219 - while ( $row = $row = $this->db->fetchRow( $result ) ) {
 218+ while ( $row = $this->db->fetchRow( $result ) ) {
220219 if( $row[0] >= 32768 ) {
221220 return $status;
222221 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85885Fixes to DB2 support. DB2 support integration with 1.17 Installer and Updater...leonsp16:35, 12 April 2011

Status & tagging log